Closed patrickeasters closed 3 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...
PR 42 has been integrated into development branch dev-1.1.2: https://github.com/OpenGarage/OpenGarage-Firmware/commits/dev-1.1.2
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.