🔥 Removes unused feature flags
This commit is contained in:
@@ -7,21 +7,6 @@
|
||||
|
||||
#define FT_ENABLED(feature) feature
|
||||
|
||||
// upload firmware feature off by default
|
||||
#ifndef USE_UPLOAD_FIRMWARE
|
||||
#define USE_UPLOAD_FIRMWARE 0
|
||||
#endif
|
||||
|
||||
// download firmware feature off by default
|
||||
#ifndef USE_DOWNLOAD_FIRMWARE
|
||||
#define USE_DOWNLOAD_FIRMWARE 0
|
||||
#endif
|
||||
|
||||
// ESP32 sleep states off by default
|
||||
#ifndef USE_SLEEP
|
||||
#define USE_SLEEP 0
|
||||
#endif
|
||||
|
||||
// ESP32 camera off by default
|
||||
#ifndef USE_CAMERA
|
||||
#define USE_CAMERA 0
|
||||
@@ -57,11 +42,6 @@
|
||||
#define USE_PCA9685 1
|
||||
#endif
|
||||
|
||||
// ESP32 GPS off by default
|
||||
#ifndef USE_GPS
|
||||
#define USE_GPS 0
|
||||
#endif
|
||||
|
||||
// ESP32 MDNS on by default
|
||||
#ifndef USE_MDNS
|
||||
#define USE_MDNS 1
|
||||
|
||||
Reference in New Issue
Block a user