🖱️ Combines deviceConfig and IMU service to peripherals

This commit is contained in:
Rune Harlyk
2024-07-08 21:20:06 +02:00
committed by Rune Harlyk
parent 81f69631f9
commit c400660a6f
9 changed files with 463 additions and 351 deletions
+6 -5
View File
@@ -1,6 +1,6 @@
[features]
build_flags =
-D FT_BATTERY=0
-D FT_BATTERY=1
-D FT_NTP=1
-D FT_SECURITY=0
-D FT_SLEEP=0
@@ -10,9 +10,10 @@ build_flags =
-D FT_MOTION=1
; Hardware specific
-D FT_IMU=0
-D FT_MAG=0
-D FT_BMP=0
-D FT_IMU=1
-D FT_MAG=1
-D FT_BMP=1
-D FT_GPS=0
-D FT_WS2812=0
-D FT_WS2812=1
-D FT_SERVO=1
-D FT_ADS1115=1