mirror of
https://github.com/esphome/esphome.git
synced 2025-01-08 13:51:43 +01:00
Update ebyte_lora_component.cpp
This commit is contained in:
parent
19eb02df6f
commit
8ae3965705
1 changed files with 2 additions and 0 deletions
|
@ -306,6 +306,8 @@ void EbyteLoraComponent::setup() {
|
||||||
set_mode_(NORMAL);
|
set_mode_(NORMAL);
|
||||||
ESP_LOGD(TAG, "Setup success");
|
ESP_LOGD(TAG, "Setup success");
|
||||||
}
|
}
|
||||||
|
// this will NOT look if the mode is right, we just assume it is
|
||||||
|
// out of testing it seems that it might still say normal but it isn't anymore!
|
||||||
void EbyteLoraComponent::request_current_config_() {
|
void EbyteLoraComponent::request_current_config_() {
|
||||||
if (!this->can_send_message_("requesting current config")) {
|
if (!this->can_send_message_("requesting current config")) {
|
||||||
// can't send a message yet return!
|
// can't send a message yet return!
|
||||||
|
|
Loading…
Reference in a new issue