copy some stuff from upstream

This commit is contained in:
2026-02-17 09:43:26 +01:00
parent 01aa31a1fa
commit af0e177c7d
6 changed files with 55 additions and 13 deletions
+2
View File
@@ -24,6 +24,7 @@ typedef enum {
Cmd_Set_NoiseBlanker_Audio = 24,
Cmd_Set_Deemphasis = 31,
Cmd_Set_StereoImprovement = 32,
Cmd_Set_LevelStep = 38,
Cmd_Set_LevelOffset = 39,
Cmd_Set_Softmute_Max = 45,
Cmd_Set_Highcut_Level = 52,
@@ -31,6 +32,7 @@ typedef enum {
Cmd_Set_Highcut_Mph = 54,
Cmd_Set_Highcut_Max = 55,
Cmd_Set_LowCut_Max = 57,
Cmd_Set_LowCut_Min = 58,
Cmd_Set_Stereo_Time = 60,
Cmd_Set_Stereo_Level = 62,
Cmd_Set_Stereo_Noise = 63,
+1 -1
View File
@@ -2,7 +2,7 @@
#include <Arduino.h>
#define VERSION "v2.20.5e"
#define VERSION "v2.20.6b"
#define ROTARY_PIN_A 34
#define ROTARY_PIN_B 36