mirror of
https://github.com/esphome/esphome.git
synced 2025-01-07 13:21:44 +01:00
Update ebyte_lora_component.cpp
This commit is contained in:
parent
6974400778
commit
00323ebe53
1 changed files with 1 additions and 0 deletions
|
@ -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_();
|
||||
|
|
Loading…
Reference in a new issue