diff --git a/factory_settings.ini b/factory_settings.ini index 92058a03b..12a99b948 100644 --- a/factory_settings.ini +++ b/factory_settings.ini @@ -36,12 +36,10 @@ build_flags = -D FACTORY_MQTT_PORT=1883 -D FACTORY_MQTT_USERNAME=\"\" -D FACTORY_MQTT_PASSWORD=\"\" - ; if unspecified the devices hardware ID will be used -D FACTORY_MQTT_CLIENT_ID=\"ems-esp\" -D FACTORY_MQTT_KEEP_ALIVE=60 -D FACTORY_MQTT_CLEAN_SESSION=false -D FACTORY_MQTT_MAX_TOPIC_LENGTH=128 ; JWT Secret - ; if unspecified the devices hardware ID will be used -D FACTORY_JWT_SECRET=\"ems-esp-neo\" diff --git a/features.ini b/features.ini deleted file mode 100644 index 00c36df21..000000000 --- a/features.ini +++ /dev/null @@ -1,8 +0,0 @@ -[features] -build_flags = - -D FT_PROJECT=1 - -D FT_SECURITY=1 - -D FT_MQTT=1 - -D FT_NTP=0 - -D FT_OTA=1 - -D FT_UPLOAD_FIRMWARE=1