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 f52a05b commit f0b596aCopy full SHA for f0b596a
examples/control/control.ino
@@ -77,6 +77,7 @@ void loop() {
77
c4r.setVariable("State", newEvent);
78
79
c4r.publishData();
80
+ dataTimer = dataSendingInterval;
81
82
Serial.println(F("Variables state:"));
83
Serial.print(F(" LED = "));
0 commit comments