Fix mqtt test

This commit is contained in:
Ben Meadors
2026-02-28 08:32:05 -06:00
parent d34fa3e7df
commit c28bdbd7e6
+2
View File
@@ -453,7 +453,9 @@ MQTT::MQTT() : concurrency::OSThread("mqtt"), mqttQueue(MAX_MQTT_QUEUE)
enabled = true;
runASAP = true;
reconnectCount = 0;
#if !IS_RUNNING_TESTS
publishNodeInfo();
#endif
}
// preflightSleepObserver.observe(&preflightSleep);
} else {