From 78d280eb370e8db9e0c738f350b636c56742adb9 Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Fri, 24 May 2024 20:38:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=BF=20Removes=20unused=20features?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- esp32/features.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/esp32/features.ini b/esp32/features.ini index 37eb02a..6a91b32 100644 --- a/esp32/features.ini +++ b/esp32/features.ini @@ -8,8 +8,3 @@ build_flags = -D FT_UPLOAD_FIRMWARE=1 -D FT_DOWNLOAD_FIRMWARE=1 -D FT_ANALYTICS=1 - -D TF_MDNS=1 - -D TF_DNS_SERVER=1 - -D TF_MPU=1 - -D TF_POWER_BUTTON=1 - -D TF_USS=1