Getting the web interface going? #203
-
Hi All, I cant find any doco that goes beyond "add this to configuration_adv.h", and so forth (all the stuff from here: https://github.com/luc-github/ESP3DLib). I tried an uploadfs with platformio, which resulted in: "mkspiffs_espressif32_arduino" -c data -p 256 -b 4096 -s 1507328 .pio/build/esp32/spiffs.bin So I then created a data directory in the root and just copied the index.html.gz file into that directory.. That did upload something, but I still get a 404. I feel like i've missed some documentation somewhere that explains how to get this part working, but im completely lost trying to find it. Any hints would be handy and thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Beta Was this translation helpful? Give feedback.
what board are you using ? what operating system are you using ?
you do not need to use mkspiffs and actully the data content directory of Marlin is not esp3d webUI but the Marlin one
The esp3dlib has an embedded page that will allow you to upload index.html.gz