Update ebyte_lora_component.cpp

This commit is contained in:
Daniël Koek 2024-10-04 11:26:07 +01:00
parent 690b0c5f36
commit 4a1e9adbab

View file

@ -435,6 +435,7 @@ void EbyteLoraComponent::process_(uint8_t *buf, const size_t len) {
#ifdef USE_BINARY_SENSOR #ifdef USE_BINARY_SENSOR
auto &binary_sensors = this->remote_binary_sensors_[network_id_]; auto &binary_sensors = this->remote_binary_sensors_[network_id_];
#endif #endif
ESP_LOGD(TAG, "GOT new data to process");
while (buf < end) { while (buf < end) {
byte = *buf++; byte = *buf++;
if (byte == REQUEST_REPEATER_INFO) { if (byte == REQUEST_REPEATER_INFO) {