probonopd / WirelessPrinting

Print wirelessly from Cura, PrusaSlicer or Slic3r to your 3D printer connected to an ESP8266 or ESP32 module
352 stars 65 forks source link

Loses WLAN config when ESP is started while home WLAN is out of range #124

Open probonopd opened 5 years ago

probonopd commented 5 years ago

To reproduce:

Can this be reproduced?

chepo92 commented 5 years ago

I confirm that with mine, I think it could be a bug of OTA library used with AsyncWifiManager as I have another project with ESP that started doing the same when added OTA and Async

probonopd commented 5 years ago

Thanks for confirming. Interesting @chepo92 maybe you can make a minimal sketch that shows the issue, so that we can report bugs there.