Skip to content

Commit 5278eaf

Browse files
committed
Update version history
1 parent f6bb661 commit 5278eaf

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

Firmware/GNSSDO_Firmware/GNSSDO_Firmware.ino

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
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
@@ -31,6 +32,14 @@
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

0 commit comments

Comments
 (0)