I'm creating a web server with using host.com/?ll="some". But I read that I can use for it ESPAsyncWebServer for this things. And how can I use it without flashing esp? If possible give me link to the libraries.
Asked
Active
Viewed 82 times
1
-
You read wrong. That library is only for running *on* the ESP8266. You can *only* use it by directly writing software for, and flashing, the ESP8266. You can't use it by communicating over SoftwareSerial. – Majenko Aug 10 '19 at 10:56
-
OK. Thanks........... – TheGamerCoder Aug 10 '19 at 12:41