cotestatnt / async-esp-fs-webserver

ESP32/ESP8266 WebServer, WiFi manager and ACE web editor Arduino library. Based on ESPAsyncWebServer
Apache License 2.0
33 stars 10 forks source link

Platform io update: add CI build of library and examples for both ESP8266 and ESP32 #14

Closed rob040 closed 5 months ago

rob040 commented 5 months ago

I added CI build of library and examples for both ESP8266 and ESP32 with possible exceptions of examples that aren't compatible for either CPU's. I have chosen a generic board type for each processor type, and that is controlled all in the batch file, unrelated to settings in platformio.ini.

rob040 commented 5 months ago

Hi, I now see that you have some continuous integration as github workflow running (new to me), which does something similar to what I attempt with my pio CI batch file. Some of those workflow checks are failing, but it doesn't tell what. Now I have merged your changes and ran the batch file, I see what's wrong. it is change ff061f784bebc6b09052ac3763148fcaec73f68e on customHTML.ino, line 212 + 214.

rob040 commented 5 months ago

The reported errors are fixed with PR #15