We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6edf21 commit 76c43ebCopy full SHA for 76c43eb
1 file changed
src/systemtask/SystemTask.cpp
@@ -152,6 +152,7 @@ void SystemTask::Work() {
152
bootError = BootErrors::TouchController;
153
}
154
*/
155
+ touchPanel.Init();
156
dateTimeController.Register(this);
157
batteryController.Register(this);
158
motorController.Init();
0 commit comments