Test adding new mods
Some checks failed
Build Firmware / build (push) Has been cancelled

This commit is contained in:
2025-11-12 22:28:21 +01:00
parent 5416c3a041
commit feff689e33
10 changed files with 73 additions and 19 deletions

13
radio.h
View File

@@ -59,10 +59,19 @@ typedef enum {
MODULATION_AM,
MODULATION_USB,
#ifdef ENABLE_BYP_RAW_DEMODULATORS
MODULATION_BYP,
MODULATION_RAW,
#endif
MODULATION_ALAM,
MODULATION_BEEP,
MODULATION_CTCO,
MODULATION_FSK,
MODULATION_UNK4,
MODULATION_UNK5,
MODULATION_UNK6,
MODULATION_UNK7,
MODULATION_UNK8,
MODULATION_UNK9,
MODULATION_UKNOWN
} ModulationMode_t;