mirror of
https://github.com/esphome/esphome.git
synced 2025-02-17 16:53:13 +01:00
Update lora.cpp
This commit is contained in:
parent
f13609783b
commit
f1f01c3d20
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue