oberfritze
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|