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 39cc221 commit 1295c46Copy full SHA for 1295c46
examples/companion_radio/MyMesh.cpp
@@ -1474,7 +1474,6 @@ void MyMesh::loop() {
1474
1475
#ifdef DISPLAY_CLASS
1476
ui_task.setHasConnection(_serial->isConnected());
1477
- ui_task.loop();
1478
#endif
1479
}
1480
examples/companion_radio/main.cpp
@@ -193,4 +193,7 @@ void setup() {
193
void loop() {
194
the_mesh.loop();
195
sensors.loop();
196
+#ifdef DISPLAY_CLASS
197
+ ui_task.loop();
198
+#endif
199
0 commit comments