disable select key repeat in Mic TX (#2956)

This commit is contained in:
gullradriel
2026-02-01 19:44:56 +01:00
committed by GitHub
parent b306a0d490
commit 6739b43914
2 changed files with 12 additions and 0 deletions
+3
View File
@@ -90,6 +90,9 @@ class MicTXView : public View {
sampling_rate /* sampling rate */
};
// structure used to control key repeat
SwitchesState initial_switch_config_{};
enum Mic_Modulation : uint32_t {
MIC_MOD_NFM = 0,
MIC_MOD_WFM = 1,