Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit b4368ba

Browse files
bogdaligrr
authored andcommitted
Update curl command
1 parent c6c54e7 commit b4368ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266HTTPUpdateServer/examples/SecureWebUpdater/SecureWebUpdater.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
To upload through terminal you can use: curl -F "image=@firmware.bin" esp8266-webupdate.local/update
2+
To upload through terminal you can use: curl -u admin:admin -F "image=@firmware.bin" esp8266-webupdate.local/firmware
33
*/
44

55
#include <ESP8266WiFi.h>

0 commit comments

Comments
 (0)