mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-17 17:03:12 +00:00
Fixed build error on ESP8266
This commit is contained in:
parent
54ea17d345
commit
701e5904c5
@ -493,7 +493,9 @@ void loop() {
|
||||
}
|
||||
}
|
||||
delay(1); // Needed for auto modem sleep
|
||||
esp_task_wdt_reset();
|
||||
#if defined(ESP32)
|
||||
esp_task_wdt_reset();
|
||||
#endif
|
||||
}
|
||||
|
||||
void setupHanPort(uint8_t pin, uint32_t baud, uint8_t parityOrdinal, bool invert) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user