redo spi freq stuff

This commit is contained in:
2026-02-14 15:04:39 +01:00
parent f5c810f42e
commit 8d5e41846b
8 changed files with 117 additions and 165 deletions

View File

@@ -454,11 +454,6 @@ enum RADIO_FM_DEEMPHASIS {
DEEMPHASIS_COUNT
};
enum SPI_SPEED_ENUM {
SPI_SPEED_DEFAULT = 0, SPI_SPEED_10M, SPI_SPEED_20M, SPI_SPEED_30M, SPI_SPEED_40M, SPI_SPEED_50M, SPI_SPEED_60M, SPI_SPEED_70M,
SPI_SPEED_COUNT
};
enum RADIO_MEM_POS_STATUS {
MEM_DARK, MEM_NORMAL, MEM_EXIST
};

View File

@@ -226,7 +226,7 @@ static const char* const myLanguage[22][298] PROGMEM = {
"Large", // 198
"All", // 199
"Fast PS", // 200
"Default", // 201
"Default", // 201 TODO: remove
"Mute screen on\nXDRGTK connection", // 202
"FMSI stereo\nimprovement", // 203
"Function only available\non TEF6687/6689!", // 204