mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
added comment
This commit is contained in:
@@ -1887,7 +1887,7 @@ void setup() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// enable regular checks to fetch data and publish
|
// enable regular checks to fetch data and publish using Tx (unless listen_mode is enabled)
|
||||||
if (!EMSESP_Settings.listen_mode) {
|
if (!EMSESP_Settings.listen_mode) {
|
||||||
regularUpdatesTimer.attach(REGULARUPDATES_TIME, do_regularUpdates); // regular reads from the EMS
|
regularUpdatesTimer.attach(REGULARUPDATES_TIME, do_regularUpdates); // regular reads from the EMS
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user