Search found 4 matches

by draco.wang
Fri Nov 06, 2020 5:51 pm
Forum: ESP32 boards
Topic: Make the css and html files to firmware
Replies: 2
Views: 1683

Re: Make the css and html files to firmware

Resolved!
by draco.wang
Fri Nov 06, 2020 9:42 am
Forum: ESP32 boards
Topic: Make the css and html files to firmware
Replies: 2
Views: 1683

Make the css and html files to firmware

I am using microdot as webserver in esp32, it includes some static files like css,js and html etc. Can i make the static files to new firmware of esp32? I succeeds make some .py files to the firmware, just copy it in ~/esp/micropython/ports/esp32/modules,and make it well. But when i copy the css and...
by draco.wang
Tue Nov 03, 2020 5:56 am
Forum: ESP32 boards
Topic: Microdot cann't read local css files
Replies: 3
Views: 2844

Re: Microdot cann't read local css files

Thank you very much , it worked :)
by draco.wang
Tue Nov 03, 2020 3:25 am
Forum: ESP32 boards
Topic: Microdot cann't read local css files
Replies: 3
Views: 2844

Microdot cann't read local css files

Hi guys, I am using microdot as the web server on ESP32, according example gpio.html: href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" , i downloaed the css file to local, and change the code to : href="bootstrap.min.css" , after running got error message: GET bootstra...