znac049 / esp32-lights

Esp32 light control for ws28xx light strings with web interface and OTA
Apache License 2.0
0 stars 0 forks source link

Improve look and feel in Access Point mode #3

Closed znac049 closed 1 year ago

znac049 commented 1 year ago

When the esp boots up as an Access Point, it can't pull in the CSS and JS required by bulma so the web UI looks rubbish.

znac049 commented 1 year ago

Consider using purecss (https://purecss.io) as it is probably small enough to build into the code.

znac049 commented 1 year ago

Everything is now served from SPIFFS so the css is always available :-)