dreed47 / WifiMQTTManager

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

Not going into AP Mode #4

Closed heyhogan closed 4 years ago

heyhogan commented 5 years ago

First thanks for putting this together. This is exactly the kind of project I wanted to replicate. Unfortunately, I am having issues with the unit not going into AP mode. I have a Wemos D1 R1 chip (8266). I have uploaded the sketch with the wwm.formatFS = true. (FYI there is a typo in Basic sketch, wm.formatFS should be "wwm.formatFS". See attached Serial Output.
Serial Monitor Output.txt

dreed47 commented 5 years ago

Does it only happen with one device? Have you other ESP32 or ESP8266 boards?

heyhogan commented 5 years ago

I think I must have had a bad device. I was able to flash a new one. I got it to work. Please confirm that once you setup WiFI the captive portal is no longer available to reset MQTT settings. Thanks!

Kevin

On Sat, Apr 27, 2019 at 9:26 AM dreed47 notifications@github.com wrote:

Does it only happen with one device? Have you other ESP32 or ESP8266 boards?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dreed47/WifiMQTTManager/issues/4#issuecomment-487290436, or mute the thread https://github.com/notifications/unsubscribe-auth/AEEJ26T3KHA6LQVZGVKMOY3PSRPCRANCNFSM4HIZ6TNQ .

-- Kevin Hogan

nonix commented 5 years ago

Hi, not sure if this is related or not, but after selecting "format FS" option from service dashboard, I have to physically press the RST button to restart in AP mode. My board is same/similar Wemos D1 mini R1 chip 8266

Thank you, Norbert