dreed47 / WifiMQTTManager

ESP32/ESP8266 library for managing your IoT devices.
GNU General Public License v3.0
82 stars 33 forks source link

failed to open config file for writing #15

Closed jlmorris28 closed 4 years ago

jlmorris28 commented 4 years ago

Not storing the parameters written in the access point.

WMM: connect your device to WiFi SSID ESP_84f3eb18535d to configure WiFi and MQTT... WMM: should save config... WMM: connected to WiFi!!... WMM: saving config... WMM: failed to open config file for writing...

EDIT: After restarting my ESP8266 I noticed that it is able to connect to WiFi:

WMM: lets try to connect to WiFi... WMM: connected to WiFi!!...

But somehow, the MQTT Server is still:

WMM: _mqtt_server: YOURMQTTADDRESS

My best guess is the MQTT Server I introduced on the AP is the value that was not stored.

Closing issue, this was happening because of Flash Size misconfiguration (SPIFFS), my bad