diff --git a/src/modules/SX126x/SX126x.cpp b/src/modules/SX126x/SX126x.cpp index 7f739cf8..a312a011 100644 --- a/src/modules/SX126x/SX126x.cpp +++ b/src/modules/SX126x/SX126x.cpp @@ -220,7 +220,7 @@ int16_t SX126x::reset(bool verify) { } // wait a bit to not spam the module - this->mod->hal->delay(100); + this->mod->hal->delay(10); } }