Re-enable BLE display on Clock screen

This commit is contained in:
JF
2020-02-20 18:17:53 +01:00
parent 167a0ffc87
commit 2bdff7ed2b
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ DisplayApp::DisplayApp(Pinetime::Drivers::St7789& lcd,
batteryController{batteryController},
bleController{bleController},
dateTimeController{dateTimeController},
currentScreen{new Screens::Tile(this, gfx) } {
currentScreen{new Screens::Clock(this, gfx, dateTimeController) } {
msgQueue = xQueueCreate(queueSize, itemSize);
}