File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 88
99 Select the ESP32 Dev Module from the boards list. This maps the same pins to the ESP32-WROOM module.
1010
11+ Special thanks to Avinab Malla for guidance on getting xTasks implemented.
12+
13+ The RTK Surveyor implements classic Bluetooth SPP to transfer data from the
14+ ZED-F9P to the phone and receive any RTCM from the phone and feed it back
15+ to the ZED-F9P to achieve RTK: F9PSerialWriteTask(), F9PSerialReadTask().
16+
1117 A settings file is accessed on microSD if available otherwise settings are pulled from
1218 ESP32's emulated EEPROM.
1319
20+ The main loop handles lower priority updates such as:
21+ * Fuel gauge checking and power LED color update
22+ * Setup switch monitoring (module configure between Rover and Base)
23+ * Text menu interactions
24+
1425 Menu System:
1526 (Done) Log RAWX to SD
1627 (Done) Display MAC address / broadcast name
2233 Enable/disable detection of permanent base
2334 Set radius (5m default) for auto-detection of base
2435 Set update rate
36+
2537*/
2638
2739const int FIRMWARE_VERSION_MAJOR = 1 ;
You can’t perform that action at this time.
0 commit comments