diff --git a/Firmware/RTK_Everywhere/RTK_Everywhere.ino b/Firmware/RTK_Everywhere/RTK_Everywhere.ino index 5d4bc4f5c..39e91b8f2 100644 --- a/Firmware/RTK_Everywhere/RTK_Everywhere.ino +++ b/Firmware/RTK_Everywhere/RTK_Everywhere.ino @@ -21,9 +21,9 @@ // To reduce compile times, various parts of the firmware can be disabled/removed if they are not // needed during development -// #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 +#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 #ifdef COMPILE_WIFI #define COMPILE_AP // Requires WiFi. Comment out to remove Access Point functionality