Disables sleep and MQQT as default for space saving

This commit is contained in:
Rune Harlyk
2024-04-25 22:41:23 +02:00
committed by Rune Harlyk
parent 5dc80e74d5
commit 35acb958cf
+2 -2
View File
@@ -3,8 +3,8 @@ build_flags =
-D FT_BATTERY=0
-D FT_NTP=1
-D FT_SECURITY=0
-D FT_MQTT=1
-D FT_SLEEP=1
-D FT_MQTT=0
-D FT_SLEEP=0
-D FT_UPLOAD_FIRMWARE=1
-D FT_DOWNLOAD_FIRMWARE=1
-D FT_ANALYTICS=1