Update ebyte_lora_component.cpp

This commit is contained in:
Daniël Koek 2024-10-11 09:57:18 +01:00
parent 8989c307d8
commit fb3e7fc29c

View file

@ -393,6 +393,7 @@ bool EbyteLoraComponent::can_send_message_(const char *info) {
}
}
void EbyteLoraComponent::update() {
ESP_LOGD(TAG, "Update loop");
if (this->current_config_.config_set == 0) {
ESP_LOGD(TAG, "Config not set yet!, gonna request it now!");
this->get_current_config_();