mirror of
https://github.com/esphome/esphome.git
synced 2025-01-07 05:11:43 +01:00
Update ebyte_lora_component.cpp
This commit is contained in:
parent
4aa51e61cf
commit
5ffd84b9af
1 changed files with 1 additions and 4 deletions
|
@ -407,10 +407,7 @@ void EbyteLoraComponent::loop() {
|
|||
this->send_repeater_info();
|
||||
break;
|
||||
case REPEATER_INFO:
|
||||
ESP_LOGD(TAG, "Got some repeater info: ");
|
||||
for (int i = 0; i < data.size(); i++) {
|
||||
ESP_LOGD(TAG, "%u", data[i]);
|
||||
}
|
||||
ESP_LOGD(TAG, "Got some repeater info from network %u ", data[2]);
|
||||
break;
|
||||
case SWITCH_INFO:
|
||||
if (this->repeater_) {
|
||||
|
|
Loading…
Reference in a new issue