From b4368ba8703d08d47d346f9dfa8ae6ecece46f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Bogda=C5=82?= Date: Thu, 29 Dec 2016 18:46:12 +0100 Subject: [PATCH] Update curl command --- .../examples/SecureWebUpdater/SecureWebUpdater.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ESP8266HTTPUpdateServer/examples/SecureWebUpdater/SecureWebUpdater.ino b/libraries/ESP8266HTTPUpdateServer/examples/SecureWebUpdater/SecureWebUpdater.ino index da6f0bec5..b608e0d88 100644 --- a/libraries/ESP8266HTTPUpdateServer/examples/SecureWebUpdater/SecureWebUpdater.ino +++ b/libraries/ESP8266HTTPUpdateServer/examples/SecureWebUpdater/SecureWebUpdater.ino @@ -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