gfurtadoalmeida / esp32-driver-nextion

ESP32 driver for Nextion displays.
MIT License
17 stars 7 forks source link

Upload new tft file #5

Open kiralikbeyin opened 1 year ago

kiralikbeyin commented 1 year ago

I tried to upload a tft file with http post under http://esp-ip/update.html but failed..

Please can you add an example?

gfurtadoalmeida commented 1 year ago

This library does not support file upload.

kiralikbeyin commented 1 year ago

only an idea..

https://github.com/kluverp/ESP32-Nextion-OTA

https://github.com/espressif/esp-idf/blob/1cb31e50943bb757966ca91ed7f4852692a5b0ed/examples/protocols/http_server/file_serving/main/upload_script.html

gfurtadoalmeida commented 1 year ago

That's interesting for sure. I'll look at it but cannot give a deadline.