Skip to content

Commit

Permalink
Remove compile guards.
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed Jul 18, 2024
1 parent 0ff7839 commit bc146e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Firmware/RTK_Everywhere/RTK_Everywhere.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc146e5

Please sign in to comment.