mirror of
https://github.com/anklimov/lighthub
synced 2025-12-09 05:09:49 +03:00
Publish while MQTT connection pending caused hungs/WDT sometime - fixed
Default set 0 to all DMX out channels (include unused)
This commit is contained in:
@@ -120,12 +120,7 @@ int in_ccs811::Poll()
|
||||
publish(co2,"/CO2");
|
||||
publish(tvoc,"/TVOC");
|
||||
publish(ccs811Baseline,"/base");
|
||||
|
||||
Serial.print("] millis[");
|
||||
//Simply the time since program start
|
||||
Serial.print(millis());
|
||||
Serial.print("]");
|
||||
Serial.println();
|
||||
Serial.println("]");
|
||||
printSensorError();
|
||||
|
||||
#ifdef WAK_PIN
|
||||
|
||||
Reference in New Issue
Block a user