Update ebyte_lora_component.cpp

This commit is contained in:
Daniël Koek 2024-10-16 14:38:03 +01:00
parent 19eb02df6f
commit 8ae3965705

View file

@ -306,6 +306,8 @@ void EbyteLoraComponent::setup() {
set_mode_(NORMAL);
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_() {
if (!this->can_send_message_("requesting current config")) {
// can't send a message yet return!