Start loop with a measure
This commit is contained in:
parent
04690a4c66
commit
69fd24b756
@ -254,7 +254,7 @@ void setup() {
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
uint nbCycle = 0;
|
uint nbCycle = CONFIG_SAMPLING_PERIODE_MS / CONFIG_WEB_DELAY_MS;
|
||||||
void loop() {
|
void loop() {
|
||||||
if (mode == BOOTMODE_OTA) {
|
if (mode == BOOTMODE_OTA) {
|
||||||
ArduinoOTA.handle();
|
ArduinoOTA.handle();
|
||||||
|
Loading…
Reference in New Issue
Block a user