From d14e598aab0d1d77beda323dd0a325bd2c0715b6 Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Sat, 3 Jan 2026 22:25:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Cleanup=20factory=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- esp32/factory_settings.ini | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/esp32/factory_settings.ini b/esp32/factory_settings.ini index 8b4686d..9da260b 100644 --- a/esp32/factory_settings.ini +++ b/esp32/factory_settings.ini @@ -1,9 +1,3 @@ -; The indicated settings support placeholder substitution as follows: -; -; #{platform} - The microcontroller platform, e.g. "esp32" or "esp8266" -; #{unique_id} - A unique identifier derived from the MAC address, e.g. "0b0a859d6816" -; #{random} - A random number encoded as a hex string, e.g. "55722f94" - [factory_settings] build_flags = -D APP_NAME=\"Spot-Micro\" ; [a-zA-Z0-9-_] @@ -16,7 +10,7 @@ build_flags = ; Access point settings -D FACTORY_AP_PROVISION_MODE=AP_MODE_DISCONNECTED - -D FACTORY_AP_SSID=\"Spot-Micro-#{unique_id}\" ; 1-64 characters, supports placeholders + -D FACTORY_AP_SSID=\"Spot-Micro\" ; 1-64 characters -D FACTORY_AP_PASSWORD=\"spot-leika\" ; 8-64 characters -D FACTORY_AP_CHANNEL=1 -D FACTORY_AP_SSID_HIDDEN=false @@ -25,16 +19,9 @@ build_flags = -D FACTORY_AP_GATEWAY_IP=\"192.168.4.1\" -D FACTORY_AP_SUBNET_MASK=\"255.255.255.0\" - ; OTA settings - -D FACTORY_OTA_PORT=8266 - -D FACTORY_OTA_PASSWORD=\"spot-leika\" - -D FACTORY_OTA_ENABLED=true - ; Servo settings - -D FACTORY_SERVO_NUM=12 -D FACTORY_SERVO_OSCILLATOR_FREQUENCY=27000000 -D FACTORY_SERVO_PWM_FREQUENCY=50 - -D FACTORY_SERVO_CENTER_ANGLE=90 ; Deep Sleep Configuration -D WAKEUP_PIN_NUMBER=38 ; pin number to wake up the ESP