platform-espressif8266 icon indicating copy to clipboard operation
platform-espressif8266 copied to clipboard

Over-the-Air (OTA) update when using password hash fails

Open imavroukakis opened this issue 5 years ago • 3 comments

When using the ArduinoOTA.setPasswordHash to setup OTA authentication, it is not possible to perform OTA updates. However, when using ArduinoOTA.setPassword, which sets the password in the clear, OTA updates work.

imavroukakis avatar Jun 08 '19 16:06 imavroukakis

Does it work with Arduino IDE?

ivankravets avatar Sep 02 '19 16:09 ivankravets

That's correct

On Mon, 2 Sep 2019 at 19:39, Ivan Kravets [email protected] wrote:

Does it work with Arduino IDE?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/platformio/platform-espressif8266/issues/159?email_source=notifications&email_token=AANO45PWLK7OUKIW7L5NZMDQHU6TXA5CNFSM4HWHUB62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5WHLII#issuecomment-527201697, or mute the thread https://github.com/notifications/unsubscribe-auth/AANO45OF5PFZN3IQFNKMNOLQHU6TXANCNFSM4HWHUB6Q .

imavroukakis avatar Sep 02 '19 18:09 imavroukakis

I had a quick look at this and noticed the hash has to be in lower case. Could that be the issue?

albertskog avatar Mar 19 '20 21:03 albertskog