-
Notifications
You must be signed in to change notification settings - Fork 18
Configuration Utility not working #30
Description
There are several issues with the configuration utility, so it is currently not working.
I have the following commits - fixing the issues, or at least demonstrating what the current issue is.
This affects the firmware and the config utility itself:
-
ThorstenBr/analog-utilities@308e4fd + ThorstenBr/analog-utilities@40fe4be
=> Fixes an issue with font selection (incorrect bit shift + incorrect bit mask).
=> Fixes an issue with an incorrect reboot command ("RB" vs "Rb"). -
ThorstenBr/analog-firmware@a144d58
=> Fixes an issue with the ONETIME vs PRIMARY config section, which caused the config utility to only work once.
=> Also fixes an issue with font selection not working (incorrect bit mask).
For reference, if anyone wanted to already test this, I attached a ZIP with a local/experimental build (fw+config disk). This also contains a suggested fix for #31:
analog_issue30.zip