mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-26 16:49:11 +03:00
implements #2848
This commit is contained in:
@@ -146,7 +146,7 @@ void RxService::add(uint8_t * data, uint8_t length) {
|
||||
}
|
||||
|
||||
// ignore src==0, https://github.com/emsesp/EMS-ESP32/issues/2378
|
||||
if (!(data[0] & 0x7F)) {
|
||||
if (!(data[0] & 0x7F) && bus_connected()) {
|
||||
LOG_WARNING("Invalid source: %s", Helpers::data_to_hex(data, length).c_str()); // include CRC
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user