Update lora.cpp

This commit is contained in:
Daniël Koek 2024-03-25 16:56:07 +00:00
parent f13609783b
commit f1f01c3d20

View file

@ -132,6 +132,8 @@ bool Lora::send_pin_info_(uint8_t pin, bool value) {
this->write_array(data, sizeof(data));
bool return_value = this->wait_complete_response_(5000);
this->flush();
if (return_value)
ESP_LOGD(TAG, "Success!");
return return_value;
}
void Lora::loop() {