srg74 / WLED-wemos-shield

Wemos D1 Mini (ESP8266) or Wemos ESP32 D1 Mini (ESP32) based universal shield for WLED firmware
https://github.com/srg74/WLED-wemos-shield
MIT License
501 stars 69 forks source link

error with WLED_0.14.0-b3_esp8266_dallas_mod.bin #111

Closed Francesco-Rugg closed 1 year ago

Francesco-Rugg commented 1 year ago

I'm trying to flash 0.14.0-b3_esp8266_dallas_mod.bin on my wemos D1, but every time I got this error

1687342638576

but If I use the bin file 0.13.3_esp8266_display_dallas.bin everythings works as expected

srg74 commented 1 year ago

Backup you presets and settings, erase your board and upload new bin. 0.14 can’t go on top of 0.13

Francesco-Rugg commented 1 year ago

Ok, thank you I will try and let you know

Francesco-Rugg commented 1 year ago

Backup you presets and settings, erase your board and upload new bin. 0.14 can’t go on top of 0.13

OK, so I got it. The problem with 0.14 version is the AP mode that cause this issue. First things to do with 0.14 version is to connect the wled to a network and the error will not appear!

thanks @srg74