JiriBilek / WiFiSpi

SPI library for Arduino AVR and STM32F1 to connect to ESP8266
GNU Lesser General Public License v3.0
62 stars 13 forks source link

Example wifiManager #11

Open m0rt3nlund opened 5 years ago

m0rt3nlund commented 5 years ago

Hi!

I was just wondering if you could make an example for how you would implement the clientcode to support the ESP running wifiManager?

This appears to stop your code running on the ESP until a wifi connection is established? And therefor it does not respond to the client during this time?

Mortrn

JiriBilek commented 5 years ago

Yes, it stops the client. Obviously, it must be stopped to be updated OTA. I haven't tried the code yet, it's a shame :(. Maybe jandrassy could help you, it's his code. J.