From 42e8915243b6fbdca4690a30dbd28911d0c1a471 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 16 Aug 2020 15:41:10 +0200 Subject: [PATCH] comment --- src/emsesp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emsesp.cpp b/src/emsesp.cpp index 07605ba8d..22bad8234 100644 --- a/src/emsesp.cpp +++ b/src/emsesp.cpp @@ -140,6 +140,7 @@ void EMSESP::watch_id(uint16_t watch_id) { // change the tx_mode // resets all counters and bumps the UART +// this is called when the tx_mode is persisted in the FS either via Web UI or the console void EMSESP::reset_tx() { // get the tx_mode uint8_t tx_mode;