OpenGarage / OpenGarage-Firmware

OpenGarage: open-source WiFi-enabled garage door opener
https://opengarage.io
GNU General Public License v3.0
300 stars 103 forks source link

Update device key max length on /update page #54

Closed patrickeasters closed 3 years ago

patrickeasters commented 4 years ago

The max length for the device key is 32 characters on the /vo page where users can set the device key. The input field on the /update page should be updated to match, otherwise firmware updates fail when the device key is >16 characters.

gabe565 commented 4 years ago

I actually updated all of the input forms to have the same max length along with url-encoding the password in a few places where it was needed in #42. I should have put it in the title of that PR...

rayshobby commented 3 years ago

PR 42 has been integrated into development branch dev-1.1.2: https://github.com/OpenGarage/OpenGarage-Firmware/commits/dev-1.1.2