kopia lustrzana https://github.com/jgromes/RadioLib
[SX126x] Decrease startup wait to 10 ms (#850)
rodzic
4e0ed033db
commit
46bf0445fa
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue