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
b49d6e2276
commit
d32f799582
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ void Lora::setup() {
|
|||
ESP_LOGD(TAG, "Something went wrong");
|
||||
}
|
||||
}
|
||||
bool Lora::set_mode_(ModeType type) {
|
||||
bool Lora::set_mode_(ModeType mode) {
|
||||
// data sheet claims module needs some extra time after mode setting (2ms)
|
||||
// most of my projects uses 10 ms, but 40ms is safer
|
||||
|
||||
|
|
Loading…
Reference in a new issue