Skip to content

Commit a32af4d

Browse files
committed
Add RC binary
1 parent 04dcd41 commit a32af4d

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed
1.94 MB
Binary file not shown.

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,15 @@
2727
Fuel gauge checking and power LED color update
2828
Setup switch monitoring (module configure between Rover and Base)
2929
Text menu interactions
30-
31-
Main Menu (Display MAC address / broadcast name):
32-
(Done) GNSS - Configure measurement rate, SBAS
33-
(Done) Log - Control messages logged to SD
34-
(Done) Broadcast - Control messages sent over BT SPP
35-
(Done) Base - Enter fixed coordinates, survey-in settings, WiFi/Caster settings,
36-
(Done) Ports - Configure Radio and Data port baud rates
37-
(Done) Test menu
38-
(Done) Firmware upgrade menu
39-
40-
TODO:
41-
4230
*/
4331

4432
const int FIRMWARE_VERSION_MAJOR = 2;
4533
const int FIRMWARE_VERSION_MINOR = 1;
4634

4735
#define COMPILE_WIFI //Comment out to remove WiFi functionality
48-
//#define COMPILE_BT //Comment out to remove Bluetooth functionality
36+
#define COMPILE_BT //Comment out to remove Bluetooth functionality
4937
#define COMPILE_AP //Comment out to remove Access Point functionality
50-
#define ENABLE_DEVELOPER //Uncomment this line to enable special developer modes (don't check power button at startup)
38+
//#define ENABLE_DEVELOPER //Uncomment this line to enable special developer modes (don't check power button at startup)
5139

5240
//Define the RTK board identifier:
5341
// This is an int which is unique to this variant of the RTK Surveyor hardware which allows us

0 commit comments

Comments
 (0)