[SX126x] Decrease startup wait to 10 ms (#850)
This commit is contained in:
parent
4e0ed033db
commit
46bf0445fa
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue