added comment

This commit is contained in:
Paul
2019-12-23 20:28:42 +01:00
parent 1a2c58d9a8
commit 990d654920

View File

@@ -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
} }