🔐 Removes auth from backend

This commit is contained in:
Rune Harlyk
2024-10-29 20:47:02 +01:00
parent 9923b66208
commit 1c6b9f79c5
41 changed files with 1389 additions and 2212 deletions
+5 -6
View File
@@ -2,19 +2,18 @@
build_flags =
-D USE_BATTERY=1
-D USE_NTP=1
-D USE_SECURITY=0
-D USE_SLEEP=0
-D USE_UPLOAD_FIRMWARE=0
-D USE_UPLOAD_FIRMWARE=1
-D USE_DOWNLOAD_FIRMWARE=0
-D USE_ANALYTICS=1
-D USE_MOTION=1
; Hardware specific
-D USE_IMU=1
-D USE_MAG=1
-D USE_BMP=1
-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=1
-D USE_ADS1115=0