8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c54e7 commit b4368baCopy full SHA for b4368ba
libraries/ESP8266HTTPUpdateServer/examples/SecureWebUpdater/SecureWebUpdater.ino
@@ -1,5 +1,5 @@
1
/*
2
- 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
3
*/
4
5
#include <ESP8266WiFi.h>
0 commit comments