Files
SpotMicroESP32-Leika/esp32/features.ini
T
2024-11-04 08:50:14 +01:00

20 lines
324 B
INI

[features]
build_flags =
-D USE_BATTERY=1
-D USE_NTP=1
-D USE_SLEEP=0
-D USE_UPLOAD_FIRMWARE=1
-D USE_DOWNLOAD_FIRMWARE=0
-D USE_ANALYTICS=1
-D USE_MOTION=1
; Hardware specific
-D USE_IMU=0
-D USE_MAG=0
-D USE_BMP=0
-D USE_GPS=0
-D USE_WS2812=1
-D USE_USS=0
-D USE_SERVO=1
-D USE_ADS1115=0