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 14fc32e commit 0dbaadcCopy full SHA for 0dbaadc
Firmware/RTK_Everywhere/RTK_Everywhere.ino
@@ -21,9 +21,9 @@
21
22
// To reduce compile times, various parts of the firmware can be disabled/removed if they are not
23
// needed during development
24
-// #define COMPILE_BT // Comment out to remove Bluetooth functionality
25
-// #define COMPILE_WIFI // Comment out to remove WiFi functionality
26
-// #define COMPILE_ETHERNET // Comment out to remove Ethernet (W5500) support
+#define COMPILE_BT // Comment out to remove Bluetooth functionality
+#define COMPILE_WIFI // Comment out to remove WiFi functionality
+#define COMPILE_ETHERNET // Comment out to remove Ethernet (W5500) support
27
28
#ifdef COMPILE_WIFI
29
#define COMPILE_AP // Requires WiFi. Comment out to remove Access Point functionality
0 commit comments