File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 55
66 This is the firmware for the SparkFun SparkPNT GNSSDO.
77 It runs on an ESP32 and communicates with the mosaic-T and SiT5358.
8+ The SiTime SiT5811 and Rakon STP3593LF are also supported.
89
9- Compiled with Arduino v1.8.19 with ESP32 core v3.0.1.
10+ Compiled with arduino-cli with ESP32 core v3.0.7
1011
11- Set the board to "ESP32 Wrover Module"
12+ If you are compiling manually in the Arduino IDE: set the board to "ESP32 Wrover Module"
1213
13- Settings are pulled from ESP32's file system LittleFS.
14+ Settings are stored in the ESP32's file system LittleFS.
1415
1516 Version history:
1617 1.0: Initial release
3132 Allow extra time when copying the mosaic-T configuration
3233 Print an error if no TCXO / OCXO is detected, but allow firmware to continue
3334 Print an ERROR if the display is not detected on I2C, but allow firmware to continue
35+ 2.1: Resolves #10:
36+ Corrects an error an menuOperation where option 11 (ppsTimescale) was not wrapping correctly
37+ Resolves #11:
38+ OLED "Sys" will show "Fugro (GPS)" when the non-composite GPS time system is preferred and in use
39+ OLED "Sys" will show "Fugro (Galileo)" when the non-composite Galileo time system is preferred and in use
40+ Resolves #12:
41+ PVT Mode defaults to Static (after a Factory Reset) for best performance
42+ The user can modify the Mode and save the configuration if needed
3443*/
3544
3645// This is passed in from compiler extra flags
You can’t perform that action at this time.
0 commit comments