diff options
| author | JF <jf@codingfield.com> | 2020-04-27 18:13:27 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-04-27 18:13:27 (GMT) |
| commit | 746c164c593d2b9aa63a0f9a1c1ad032de9627a0 (patch) | |
| tree | d7061f72ce0b348e1fe2f383765c751511e2ad30 /src/SystemTask/SystemTask.cpp | |
| parent | 557e8fa19fbc86e342b79df3f8dbf861d6129b43 (diff) | |
BLE : Display the actual status of the connection on the screen.
Diffstat (limited to 'src/SystemTask/SystemTask.cpp')
| -rw-r--r-- | src/SystemTask/SystemTask.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SystemTask/SystemTask.cpp b/src/SystemTask/SystemTask.cpp index a003163..6516f68 100644 --- a/src/SystemTask/SystemTask.cpp +++ b/src/SystemTask/SystemTask.cpp @@ -21,7 +21,8 @@ SystemTask::SystemTask(Drivers::SpiMaster &spi, Drivers::St7789 &lcd, Drivers::C Pinetime::Controllers::NotificationManager& notificationManager) : spi{spi}, lcd{lcd}, touchPanel{touchPanel}, lvgl{lvgl}, batteryController{batteryController}, bleController{bleController}, dateTimeController{dateTimeController}, - watchdog{}, watchdogView{watchdog}, notificationManager{notificationManager}, nimbleController(*this, dateTimeController, notificationManager) { + watchdog{}, watchdogView{watchdog}, notificationManager{notificationManager}, + nimbleController(*this, bleController,dateTimeController, notificationManager) { systemTaksMsgQueue = xQueueCreate(10, 1); } |
