Skip to content

Commit 18e3800

Browse files
committed
Fix typos
1 parent 475789c commit 18e3800

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
const int FIRMWARE_VERSION_MAJOR = 2;
2626
const 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:

Firmware/RTK_Surveyor/menuMain.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)