Hello!
There are two bugs in the latest (0.9) firmware.
- After the real processor frequency has been set and saved, if you turn off the computer and turn it on again, it starts at a slower frequency, despite the fact that the real frequency is displayed.
- Frequency fine-tuning of the preset does not change anything except the numbers on the display (PWM period tuning works). But it saves the value. So it is not possible to adjust the frequency more accurately. If i try to change the second value in Preset.h before building firmware (see eaxmple below - 15000) it ignores it but shows in fine-tuning mode.
"const std::vector ImmutableTable = {
Entry(10000, 15000, DefaultPeriod)};
P.S. I'm using two button mode
Hello!
There are two bugs in the latest (0.9) firmware.
"const std::vector ImmutableTable = {
Entry(10000, 15000, DefaultPeriod)};
P.S. I'm using two button mode