mirror of
https://github.com/esphome/esphome.git
synced 2024-11-30 18:54:14 +01:00
Update ebyte_lora_component.cpp
This commit is contained in:
parent
0fa6790026
commit
aea649e8f5
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ void EbyteLoraComponent::request_repeater_info_() {
|
||||||
}
|
}
|
||||||
uint8_t data[2];
|
uint8_t data[2];
|
||||||
data[0] = REQUEST_REPEATER_INFO; // Request
|
data[0] = REQUEST_REPEATER_INFO; // Request
|
||||||
data[1] = this->network_id_; // for unique id
|
data[1] = this->network_id_; // for unique id
|
||||||
ESP_LOGD(TAG, "Asking for repeater info");
|
ESP_LOGD(TAG, "Asking for repeater info");
|
||||||
this->write_array(data, sizeof(data));
|
this->write_array(data, sizeof(data));
|
||||||
this->setup_wait_response_(5000);
|
this->setup_wait_response_(5000);
|
||||||
|
|
Loading…
Reference in a new issue