Update ebyte_lora_component.cpp

This commit is contained in:
Daniël Koek 2024-09-27 14:53:52 +01:00
parent 6974400778
commit 00323ebe53

View file

@ -436,6 +436,7 @@ void EbyteLoraComponent::process_(uint8_t *buf, const size_t len) {
auto &binary_sensors = this->remote_binary_sensors_[network_id_];
#endif
while (buf < end) {
byte = *buf++;
if (byte == REQUEST_REPEATER_INFO) {
ESP_LOGD(TAG, "Got request for repeater info from network id %u", buf[1]);
this->send_repeater_info_();