spectrum analyzer assignable to Side button, close #478

Signed-off-by: Krzysiek Egzmont <egzumer@gmail.com>
This commit is contained in:
Bogdan-Ioan BRUDIU
2024-02-15 14:38:47 +01:00
committed by Krzysiek Egzmont
parent 1da45d5a77
commit eeee11cf1b
4 changed files with 18 additions and 1 deletions

View File

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