Skip to content

Commit

Permalink
fix default encoder value to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
GullCode committed Jul 17, 2023
1 parent 680f1f4 commit 5137cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/common/portapack_persistent_memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ struct data_t {
frequency_rx_correction(0),
frequency_tx_correction(0),

encoder_dial_sensitivity(0),
encoder_dial_sensitivity(2),
UNUSED_8(0),
headphone_volume_cb(-600),
misc_config(),
Expand Down

0 comments on commit 5137cb3

Please sign in to comment.