From 803780bb9c0263705792764744e997007e74f1e9 Mon Sep 17 00:00:00 2001 From: oberfritze <139758614+oberfritze@users.noreply.github.com> Date: Sat, 5 Aug 2023 07:21:09 +0200 Subject: [PATCH] Add files via upload --- src/plugins/SML_OBIS_Parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/SML_OBIS_Parser.cpp b/src/plugins/SML_OBIS_Parser.cpp index 1ba865a9..40521d43 100644 --- a/src/plugins/SML_OBIS_Parser.cpp +++ b/src/plugins/SML_OBIS_Parser.cpp @@ -1014,7 +1014,7 @@ void sml_loop () do { serial_read = sml_parse_stream (serial_avail); serial_avail -= serial_read; - yield(); + // yield(); /* unconditionally called this might have a bad effect for TX Retransmit to the Inverter via NRF24L01+ (not quite sure) */ } while (serial_read && serial_avail); } }