mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-27 00:00:36 -04:00
Revert encoder sensitivity change (#1314)
This commit is contained in:
parent
b27c738b69
commit
e7c5a862da
5 changed files with 69 additions and 39 deletions
|
@ -80,7 +80,7 @@ constexpr clkout_freq_range_t clkout_freq_range{10, 60000};
|
|||
constexpr uint16_t clkout_freq_reset_value{10000};
|
||||
|
||||
enum data_structure_version_enum : uint32_t {
|
||||
VERSION_CURRENT = 0x10000004,
|
||||
VERSION_CURRENT = 0x10000005,
|
||||
};
|
||||
|
||||
static const uint32_t TOUCH_CALIBRATION_MAGIC = 0x074af82f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue