File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2525const int FIRMWARE_VERSION_MAJOR = 2 ;
2626const int FIRMWARE_VERSION_MINOR = 6 ;
2727
28- // #define COMPILE_WIFI //Comment out to remove WiFi functionality
29- // #define COMPILE_AP //Requires WiFi. Comment out to remove Access Point functionality
30- // #define COMPILE_ESPNOW //Requires WiFi. Comment out to remove ESP-Now functionality.
31- // #define COMPILE_BT //Comment out to remove Bluetooth functionality
32- // #define COMPILE_L_BAND //Comment out to remove L-Band functionality
28+ #define COMPILE_WIFI // Comment out to remove WiFi functionality
29+ #define COMPILE_AP // Requires WiFi. Comment out to remove Access Point functionality
30+ #define COMPILE_ESPNOW // Requires WiFi. Comment out to remove ESP-Now functionality.
31+ #define COMPILE_BT // Comment out to remove Bluetooth functionality
32+ #define COMPILE_L_BAND // Comment out to remove L-Band functionality
3333#define ENABLE_DEVELOPER // Uncomment this line to enable special developer modes (don't check power button at startup)
3434
3535// Define the RTK board identifier:
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ void factoryReset()
289289{
290290 displaySytemReset (); // Display friendly message on OLED
291291
292- stopUART2Tasks ();
292+ tasksStopUART2 ();
293293
294294 endSD (false , false ); // Disable SD card use
295295
You can’t perform that action at this time.
0 commit comments