You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Englebert
d1d2c5c461
|
3 years ago | |
---|---|---|
.. | ||
gzip | 3 years ago | |
src | 3 years ago | |
README.md | 3 years ago | |
upload.py | 3 years ago |
README.md
How to upload
This is to upload the web configurator to the device. In order to serve the html pages correctly. Below is the command to push the files to the ESP32 once is connected to the device via WiFi.
for i in $(ls gzip/*); do echo "Pushing [$i]...."; ./upload.py http://192.168.1.1/webupload $i; done
How to delete
To delete it is easy: curl -s http://192.168.1.1/erase?filename=the_filename