Add ENABLE_SPECTRUM in Chirp BUILT_OPTIONS

This commit is contained in:
Armel FAUVEAU
2024-07-02 01:06:18 +02:00
parent 7a3c3cffc4
commit 8f803de3fd

View File

@@ -897,6 +897,9 @@ buf[1] = 0
#ifdef ENABLE_AM_FIX
| (1 << 4)
#endif
#ifdef ENABLE_SPECTRUM
| (1 << 5)
#endif
;
EEPROM_WriteBuffer(0x1FF0, buf);
}