diff --git a/FollowMe.cfg b/FollowMe.cfg index e3017ad..f1eb80c 100644 --- a/FollowMe.cfg +++ b/FollowMe.cfg @@ -54,7 +54,7 @@ // #define WITH_FANET #define WITH_PFLAA // PFLAU and PFLAA for compatibility with XCsoar and LK8000 -#define WITH_POGNT +// #define WITH_POGNT // #define WITH_GDL90 // #define WITH_PGAV5 #define WITH_LOOKOUT @@ -67,14 +67,14 @@ // #define WITH_KNOB // #define WITH_VARIO +// #define WITH_STRATUX // talk to Stratux via WiFi and port 30011 #define WITH_SD // use the SD card in SPI mode and FAT file system #define WITH_SPIFFS // use SPIFFS file system in Flash #define WITH_LOG // log own positions and other received to SPIFFS #define WITH_SDLOG // log own position and other data to uSD card -#define WITH_BT_SPP // Bluetooth serial port for smartphone/tablet link +// #define WITH_BT_SPP // Bluetooth serial port for smartphone/tablet link // #define WITH_WIFI // attempt to connect to the wifi router for uploading the log files -// #define WITH_SPIFFS_LOG // log transmitted and received packets to SPIFFS // #define WITH_ENCRYPT // Encrypt (optionally) the position diff --git a/FollowMe_old.cfg b/FollowMe_old.cfg index 258b8a8..3fda84c 100644 --- a/FollowMe_old.cfg +++ b/FollowMe_old.cfg @@ -74,7 +74,6 @@ #define WITH_BT_SPP // Bluetooth serial port for smartphone/tablet link // #define WITH_WIFI // attempt to connect to the wifi router for uploading the log files -// #define WITH_SPIFFS_LOG // log transmitted and received packets to SPIFFS // #define WITH_ENCRYPT // Encrypt (optionally) the position diff --git a/Heltec_v2_GPS.cfg b/Heltec_v2_GPS.cfg index 205ad34..a2ee5c3 100644 --- a/Heltec_v2_GPS.cfg +++ b/Heltec_v2_GPS.cfg @@ -67,7 +67,6 @@ #define WITH_BT_SPP // Bluetooth serial port for smartphone/tablet link // #define WITH_WIFI // attempt to connect to the wifi router for uploading the log files -// #define WITH_SPIFFS_LOG // log transmitted and received packets to SPIFFS // #define WITH_ENCRYPT // Encrypt (optionally) the position diff --git a/Heltec_v2_MAVlink.cfg b/Heltec_v2_MAVlink.cfg index 6cda954..c945671 100644 --- a/Heltec_v2_MAVlink.cfg +++ b/Heltec_v2_MAVlink.cfg @@ -74,7 +74,6 @@ #define WITH_BT_SPP // Bluetooth serial port for smartphone/tablet link // #define WITH_WIFI // attempt to connect to the wifi router for uploading the log files -// #define WITH_SPIFFS_LOG // log transmitted and received packets to SPIFFS // #define WITH_ENCRYPT // Encrypt (optionally) the position diff --git a/T-Beam_v10_LCD.cfg b/T-Beam_v10_LCD.cfg index c3c1340..7eda545 100644 --- a/T-Beam_v10_LCD.cfg +++ b/T-Beam_v10_LCD.cfg @@ -61,11 +61,12 @@ // #define WITH_KNOB // #define WITH_VARIO +#define WITH_STRATUX // #define WITH_SD // use the SD card in SPI mode and FAT file system #define WITH_SPIFFS // use SPIFFS file system in Flash #define WITH_LOG // log own positions and other received to SPIFFS and possibly to uSD -#define WITH_BT_SPP // Bluetooth serial port for smartphone/tablet link +// #define WITH_BT_SPP // Bluetooth serial port for smartphone/tablet link // #define WITH_WIFI // attempt to connect to the wifi router for uploading the log files // #define WITH_SPIFFS_LOG // log transmitted and received packets to SPIFFS diff --git a/T-Beam_new_OLED.cfg b/T-Beam_v10_OLED.cfg similarity index 100% rename from T-Beam_new_OLED.cfg rename to T-Beam_v10_OLED.cfg