BYP/RAW removed by default, can be enabled by compile option

This commit is contained in:
Krzysiek Egzmont
2023-11-03 12:51:06 +01:00
parent 21535c9ca0
commit b0a01cd8cf
3 changed files with 15 additions and 1 deletions

View File

@@ -65,12 +65,16 @@ typedef enum {
MODULATION_FM,
MODULATION_AM,
MODULATION_USB,
#ifdef ENABLE_BYP_RAW_DEMODULATORS
MODULATION_BYP,
MODULATION_RAW,
#endif
MODULATION_UKNOWN
} ModulationMode_t;
extern const char gModulationStr[5][4];
extern const char gModulationStr[MODULATION_UKNOWN][4];
typedef struct
{