mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
location provider: reduce reset delay
This commit is contained in:
parent
c1915a1133
commit
030f0d5d82
1 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ public :
|
||||||
void reset() override {
|
void reset() override {
|
||||||
if (_pin_reset != -1) {
|
if (_pin_reset != -1) {
|
||||||
digitalWrite(_pin_reset, GPS_RESET_FORCE);
|
digitalWrite(_pin_reset, GPS_RESET_FORCE);
|
||||||
delay(100);
|
delay(10);
|
||||||
digitalWrite(_pin_reset, !GPS_RESET_FORCE);
|
digitalWrite(_pin_reset, !GPS_RESET_FORCE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue