Coordinates and altitude captured along with build version. Sample log:

20260217_212053_z        set RTC to GPS using 1PPS pulse-per-second discipline  rtc-gps drift=+0 s; sats=20; lat=44.936488 lon=-123.021837; alt_m=59.1; hdop=0.7; utc_age_ms=659; pps_edges=805; fw_epoch=1771362221; fw_build_utc=20260217_210341_z
This commit is contained in:
John Poole 2026-02-17 13:24:28 -08:00
commit c324998ef0
3 changed files with 169 additions and 6 deletions

View file

@ -10,6 +10,7 @@ platform = espressif32
framework = arduino
board = esp32-s3-devkitc-1
monitor_speed = 115200
extra_scripts = pre:scripts/set_build_epoch.py
lib_deps =
lewisxhe/XPowersLib@0.3.3
Wire