Replies: 2 comments 7 replies
-
That would actually be really nice. On a related note I've also been thinking it would be cool to have a way to send text to the display via MQTT. edit: and a way to send beeps! The combination of sound and text would actually be quite useful for automations/notifications. |
Beta Was this translation helpful? Give feedback.
-
MQTT brightness was discussed in another thread and will probably happen. Regarding version numbering - v3.2.1 is a github tag. The compiler is not aware of that. Current workflow is: new code uploads to development branch. I manually update the FW_VERSION to date of upload. When I think it's time, I merge dev to master branch and attach a new v3.2.2 tag in github. If I were to name it this way in the code I would need to make changes directly to master branch which will get out of sync with the dev branch. Merging two branches where both have changes is possible but not fun. Maybe someone with black belt in githubbing can come up with a better workflow. |
Beta Was this translation helpful? Give feedback.
-
Hello,
is there any cmd number to set the brightness over mqtt? If not, could that still be included?
Beta Was this translation helpful? Give feedback.
All reactions