location provider: reduce reset delay

Este commit está contenido en:
fdlamotte
2025-09-28 09:16:45 +02:00
cometido por GitHub
padre c1915a1133
commit 030f0d5d82
+2 -2
Ver fichero
@@ -67,7 +67,7 @@ public :
void reset() override {
if (_pin_reset != -1) {
digitalWrite(_pin_reset, GPS_RESET_FORCE);
delay(100);
delay(10);
digitalWrite(_pin_reset, !GPS_RESET_FORCE);
}
}
@@ -123,4 +123,4 @@ public :
}
}
}
};
};