mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 09:44:12 +01:00
Update lora.cpp
This commit is contained in:
parent
f1f01c3d20
commit
f86424d556
1 changed files with 2 additions and 2 deletions
|
@ -108,10 +108,10 @@ bool Lora::wait_complete_response_(uint32_t timeout) {
|
|||
ESP_LOGD(TAG, "Timeout error!");
|
||||
return false;
|
||||
}
|
||||
delay(50);
|
||||
delayMicroseconds(2);
|
||||
}
|
||||
// per data sheet control after aux goes high is 2ms so delay for at least that long)
|
||||
delay(20);
|
||||
delayMicroseconds(2);
|
||||
return true;
|
||||
}
|
||||
void Lora::dump_config() {
|
||||
|
|
Loading…
Reference in a new issue