Light-weight Interface for the ESP8266
With this library you can interact with the ESP8266 over UART to perform actions like: Connecting to WiFi in STA or AP mode, HTTP requests
To import this library, download the latest release of the LAT8266.zip file and add it to the ArduinoIDE under "Sketch->Include Library->Add .ZIP Library...".
Author: Felix Kröhnert
This library depends on following external libraries:
- Arduino.h
- ESP8266WiFi.h
- ESP8266mDNS.h
- ESPAsyncWebServer.h