In this second part of the WiFi Switch series, we'll see the changes we need to make to have an asynchronous web server, as well as how to use SPIFFS, which will help us store our HTML and CSS files in the ESP8266's flash memory. Don't forget to subscribe and share.
Arduino Code:
https://mega.nz/file/LBhAGSZY#BzFNAE4...
Asynchronous Web Server Libraries:
https://mega.nz/file/vIoE2C6I#TTnY71P...
File System Uploader Plugin:
https://github.com/esp8266/arduino-es...
ESPAsyncWebServer Documentation:
https://github.com/me-no-dev/ESPAsync...
0:00 Library Installation
1:03 FS Plugin Installation
2:42 Code Explanation
6:52 Uploading Files and Code
7:25 Circuit Operation