1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Update curl command

This commit is contained in:
Adam Bogdał 2016-12-29 18:46:12 +01:00 committed by Ivan Grokhotkov
parent c6c54e710f
commit b4368ba870

View File

@ -1,5 +1,5 @@
/* /*
To upload through terminal you can use: curl -F "image=@firmware.bin" esp8266-webupdate.local/update To upload through terminal you can use: curl -u admin:admin -F "image=@firmware.bin" esp8266-webupdate.local/firmware
*/ */
#include <ESP8266WiFi.h> #include <ESP8266WiFi.h>