mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 15:20:31 -04:00
Encoder default setting (#1281)
* fix default encoder value to normal * use enum name instead of hardcoded value
This commit is contained in:
parent
680f1f49ff
commit
53d9cecdaf
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ struct data_t {
|
|||
frequency_rx_correction(0),
|
||||
frequency_tx_correction(0),
|
||||
|
||||
encoder_dial_sensitivity(0),
|
||||
encoder_dial_sensitivity(DIAL_SENSITIVITY_NORMAL),
|
||||
UNUSED_8(0),
|
||||
headphone_volume_cb(-600),
|
||||
misc_config(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue