Merge branch 'dev' into dev2

This commit is contained in:
MichaelDvP
2023-12-08 19:15:41 +01:00
5 changed files with 143 additions and 141 deletions

View File

@@ -216,6 +216,7 @@ void EMSESP::uart_init() {
}
txservice_.start(); // sends out request to EMS bus for all devices
txservice_.tx_mode(tx_mode);
// force a fetch for all new values, unless Tx is set to off
if (tx_mode != 0) {