You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the original firmware 1.4 you can't cycle through custom LED themes. If you set up a custom theme and then switch another one you can't get back to your custom theme without using the app.
From what I can tell this is due to custom themes having id 128, and the LED firmware seems to cycle back to theme id 0 before reaching 128.
To fix this nicely we probably need to have our own LED firmware, which might be a while.
The text was updated successfully, but these errors were encountered:
Good to know, thanks!
Until we can flash the LED firmware perhaps we could add a dedicated key to switch to the custom theme by using set_theme(128) ? That would be an improvement over 1.4 already
With the original firmware 1.4 you can't cycle through custom LED themes. If you set up a custom theme and then switch another one you can't get back to your custom theme without using the app.
From what I can tell this is due to custom themes having id 128, and the LED firmware seems to cycle back to theme id 0 before reaching 128.
To fix this nicely we probably need to have our own LED firmware, which might be a while.
The text was updated successfully, but these errors were encountered: