We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939cf17 commit aeffe71Copy full SHA for aeffe71
Firmware/RTK_Surveyor/RTK_Surveyor.ino
@@ -41,8 +41,8 @@
41
const int FIRMWARE_VERSION_MAJOR = 1;
42
const int FIRMWARE_VERSION_MINOR = 5;
43
44
-#define COMPILE_WIFI 1 //Comment out to remove all WiFi functionality
45
-#define COMPILE_BT 1 //Comment out to disable all Bluetooth
+#define COMPILE_WIFI //Comment out to remove all WiFi functionality
+#define COMPILE_BT //Comment out to disable all Bluetooth
46
//#define ENABLE_DEVELOPER //Uncomment this line to enable special developer modes (don't check power button at startup)
47
48
//Define the RTK board identifier:
0 commit comments