Skip to content

Commit c7466c9

Browse files
committed
Docs update
1 parent 4e4bae2 commit c7466c9

File tree

82 files changed

+323
-524
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+323
-524
lines changed

Firmware/RTK_Everywhere/RTK_Everywhere.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
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_ETHERNET // Comment out to remove Ethernet (W5500) support
25-
#define COMPILE_WIFI // Comment out to remove WiFi functionality
26-
#define COMPILE_OTA_AUTO // Comment out to disable automatic over-the-air firmware update
24+
// #define COMPILE_ETHERNET // Comment out to remove Ethernet (W5500) support
25+
// #define COMPILE_WIFI // Comment out to remove WiFi functionality
26+
// #define COMPILE_OTA_AUTO // Comment out to disable automatic over-the-air firmware update
2727

2828
#ifdef COMPILE_WIFI
2929
#define COMPILE_AP // Requires WiFi. Comment out to remove Access Point functionality
3030
#define COMPILE_ESPNOW // Requires WiFi. Comment out to remove ESP-Now functionality.
3131
#endif // COMPILE_WIFI
3232

33-
#define COMPILE_BT // Comment out to remove Bluetooth functionality
33+
// #define COMPILE_BT // Comment out to remove Bluetooth functionality
3434
#define COMPILE_L_BAND // Comment out to remove L-Band functionality
3535
#define COMPILE_UM980 // Comment out to remove UM980 functionality
3636
#define COMPILE_IM19_IMU // Comment out to remove IM19_IMU functionality
9.18 KB
8.53 KB
9.28 KB
17.6 KB
17.6 KB
13.9 KB
7.07 KB
7.2 KB
545 KB

0 commit comments

Comments
 (0)