🎍 Updates feature flags and adds BNO055

This commit is contained in:
Rune Harlyk
2025-05-16 00:42:22 +02:00
parent e09ec81f1d
commit a9fea7fd56
9 changed files with 82 additions and 40 deletions
+6 -5
View File
@@ -1,15 +1,16 @@
[features]
build_flags =
-D USE_SLEEP=0
-D USE_UPLOAD_FIRMWARE=1
-D USE_SLEEP=1
-D USE_UPLOAD_FIRMWARE=0
-D USE_DOWNLOAD_FIRMWARE=0
-D USE_MOTION=1
-D USE_MDNS=1
; Hardware specific
-D USE_MAG=0
-D USE_BMP=0
-D USE_HMC5883=0
-D USE_BMP180=0
-D USE_MPU6050=0
-D USE_WS2812=1
-D USE_BNO055=1
-D USE_USS=0
-D USE_SERVO=1
-D USE_PCA9685=1