mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
Update ebyte_lora_component.cpp
This commit is contained in:
parent
690b0c5f36
commit
4a1e9adbab
1 changed files with 1 additions and 0 deletions
|
@ -435,6 +435,7 @@ void EbyteLoraComponent::process_(uint8_t *buf, const size_t len) {
|
|||
#ifdef USE_BINARY_SENSOR
|
||||
auto &binary_sensors = this->remote_binary_sensors_[network_id_];
|
||||
#endif
|
||||
ESP_LOGD(TAG, "GOT new data to process");
|
||||
while (buf < end) {
|
||||
byte = *buf++;
|
||||
if (byte == REQUEST_REPEATER_INFO) {
|
||||
|
|
Loading…
Reference in a new issue