Skip to content

Commit 67f0be0

Browse files
committed
Update main comments
1 parent 7ac3575 commit 67f0be0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,20 @@
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
@@ -22,6 +33,7 @@
2233
Enable/disable detection of permanent base
2334
Set radius (5m default) for auto-detection of base
2435
Set update rate
36+
2537
*/
2638

2739
const int FIRMWARE_VERSION_MAJOR = 1;

0 commit comments

Comments
 (0)