https://esp8266.github.io/Arduino/versi ... ystem.html
https://esp8266.github.io/Arduino/versi ... ystem.html
Explore... Chat... Share...
* curl http://<IP address of ESP>/all
Shows debug info
Sample output: {"heap":34448, "analog":0, "gpio":28725}
* curl http://<IP address of ESP>/list?dir=/
Shows names of files starting with "/" which is all files when using SPIFFS.
Sample output: [{"type":"file","name":"foobar1.bmp"},{"type":"file","name":"foobar2.bmp"}]
* curl http://<IP address of ESP>/foobar1.bmp
Get/download foobar1.bmp
* curl -X POST -F "data=@foobar3.bmp" http://<IP address of ESP>/edit
Post/upload foobar3.bmp to ESP.
* curl -X DELETE --data 'del=/foobar1.bmp' http://<IP address of ESP>/edit
Delete foobar1.bmp.
Note the leading '/' is required.
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]