mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Add PERSISTANT_GPS and ENV_SKIP_GPS_DETECT flags to the ThinkNode M1 repeater build so the GPS module is active from boot and automatically syncs the RTC clock. Without these flags, GPS detection fails on cold-starting GPS modules that need more than 1 second to begin outputting NMEA data, causing gps_detected=false and hiding all GPS CLI commands. The existing MicroNMEALocationProvider already handles initial sync after fix acquisition and periodic re-sync every 30 minutes - these flags just ensure it is enabled. Relates to #1426 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| platformio.ini | ||
| target.cpp | ||
| target.h | ||
| ThinkNodeM1Board.cpp | ||
| ThinkNodeM1Board.h | ||
| variant.cpp | ||
| variant.h | ||