location provider: reduce reset delay
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -123,4 +123,4 @@ public :
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user