Compander update

This commit is contained in:
OneOfEleven
2023-09-16 09:10:10 +01:00
parent 863d9c55a7
commit 00fe1de467
10 changed files with 42 additions and 24 deletions

View File

@@ -125,7 +125,7 @@ typedef struct VFO_Info_t
uint8_t AM_CHANNEL_MODE;
bool IsAM;
#ifdef ENABLE_COMPANDER
bool Compander;
uint8_t Compander;
#endif
char Name[16];
} VFO_Info_t;