File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const int FIRMWARE_VERSION_MINOR = 5;
30
30
#define COMPILE_ESPNOW // Requires WiFi. Comment out to remove ESP-Now functionality.
31
31
#define COMPILE_BT // Comment out to remove Bluetooth functionality
32
32
#define COMPILE_L_BAND // Comment out to remove L-Band functionality
33
- #define ENABLE_DEVELOPER // Uncomment this line to enable special developer modes (don't check power button at startup)
33
+ // #define ENABLE_DEVELOPER //Uncomment this line to enable special developer modes (don't check power button at startup)
34
34
35
35
// Define the RTK board identifier:
36
36
// This is an int which is unique to this variant of the RTK Surveyor hardware which allows us
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ void updateFromSD(const char *firmwareFileName)
146
146
}
147
147
148
148
// Turn off any tasks so that we are not disrupted
149
+ espnowStop ();
149
150
wifiStop ();
150
151
bluetoothStop ();
151
152
You can’t perform that action at this time.
0 commit comments