esp32-wifi-manager-vuejs
esp32-wifi-manager-vuejs copied to clipboard
Where do the web files go
Where are we to put the website files at? a uSD card?
Hey @versamodule !
The web files will be compacted using a gulp script and a file named index.html.gz will be generated.
This file should go to data folder and uploaded to ESP32 using the upload file system image button from PlatformIO.
But you could also use an SD card I guess though I never tried it and surely the code will need to be modified.