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
09c3c13f3d
commit
859ba97af9
1 changed files with 0 additions and 6 deletions
|
@ -311,12 +311,6 @@ void EbyteLoraComponent::request_current_config_() {
|
|||
// can't send a message yet return!
|
||||
return;
|
||||
}
|
||||
// if (this->get_mode_() != CONFIGURATION) {
|
||||
// this->set_mode_(NORMAL);
|
||||
// ESP_LOGD(TAG, "Mode not set right");
|
||||
// delay(20);
|
||||
// return;
|
||||
// }
|
||||
// program conf command, start at 0 with a size of 8
|
||||
uint8_t data[3] = {PROGRAM_CONF, 0x00, 0x08};
|
||||
this->write_array(data, sizeof(data));
|
||||
|
|
Loading…
Reference in a new issue