mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
Update lora.cpp
This commit is contained in:
parent
6cb48460b6
commit
e5fd4800ad
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ bool Lora::sendPinInfo(uint8_t pin, bool value) {
|
|||
ESP_LOGD(TAG, "PIN: %u ", data[1]);
|
||||
ESP_LOGD(TAG, "VALUE: %u ", data[2]);
|
||||
this->write_array(data, sizeof(data));
|
||||
bool result = this->waitCompleteResponse(5000, 5000);
|
||||
// bool result = this->waitCompleteResponse(5000, 5000);
|
||||
return true;
|
||||
}
|
||||
void Lora::loop() {
|
||||
|
|
Loading…
Reference in a new issue