Skip to content

Commit 0dbaadc

Browse files
committed
Compile all the things
1 parent 14fc32e commit 0dbaadc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Firmware/RTK_Everywhere/RTK_Everywhere.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
// To reduce compile times, various parts of the firmware can be disabled/removed if they are not
2323
// 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
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
2727

2828
#ifdef COMPILE_WIFI
2929
#define COMPILE_AP // Requires WiFi. Comment out to remove Access Point functionality

0 commit comments

Comments
 (0)