Update lora.cpp

This commit is contained in:
Daniël Koek 2024-03-25 15:17:58 +00:00
parent b49d6e2276
commit d32f799582

View file

@ -36,7 +36,7 @@ void Lora::setup() {
ESP_LOGD(TAG, "Something went wrong"); 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) // data sheet claims module needs some extra time after mode setting (2ms)
// most of my projects uses 10 ms, but 40ms is safer // most of my projects uses 10 ms, but 40ms is safer