Browse Source

Add files via upload

pull/1080/head
oberfritze 2 years ago
committed by GitHub
parent
commit
803780bb9c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/plugins/SML_OBIS_Parser.cpp

2
src/plugins/SML_OBIS_Parser.cpp

@ -1014,7 +1014,7 @@ void sml_loop ()
do { do {
serial_read = sml_parse_stream (serial_avail); serial_read = sml_parse_stream (serial_avail);
serial_avail -= serial_read; 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); } while (serial_read && serial_avail);
} }
} }

Loading…
Cancel
Save