NimbleController : support CTS

This commit is contained in:
JF
2020-04-22 20:19:36 +02:00
parent 2c9ce1cfc7
commit a9254ee90e
3 changed files with 107 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ 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} {
watchdog{}, watchdogView{watchdog}, notificationManager{notificationManager}, nimbleController({dateTimeController}) {
systemTaksMsgQueue = xQueueCreate(10, 1);
}