Skip to content

Commit aeffe71

Browse files
committed
Remove numbers from compiler guards
1 parent 939cf17 commit aeffe71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
const int FIRMWARE_VERSION_MAJOR = 1;
4242
const int FIRMWARE_VERSION_MINOR = 5;
4343

44-
#define COMPILE_WIFI 1 //Comment out to remove all WiFi functionality
45-
#define COMPILE_BT 1 //Comment out to disable all Bluetooth
44+
#define COMPILE_WIFI //Comment out to remove all WiFi functionality
45+
#define COMPILE_BT //Comment out to disable all Bluetooth
4646
//#define ENABLE_DEVELOPER //Uncomment this line to enable special developer modes (don't check power button at startup)
4747

4848
//Define the RTK board identifier:

0 commit comments

Comments
 (0)