S0 and S9 value settings #174

This commit is contained in:
Krzysiek Egzmont
2023-12-09 15:40:38 +01:00
parent 0c2fc6184c
commit 268c4dece3
3 changed files with 22 additions and 9 deletions

View File

@@ -247,6 +247,10 @@ typedef struct {
#endif
uint8_t BACKLIGHT_MAX;
BATTERY_Type_t BATTERY_TYPE;
#ifdef ENABLE_RSSI_BAR
uint8_t S0_LEVEL;
uint8_t S9_LEVEL;
#endif
} EEPROM_Config_t;
extern EEPROM_Config_t gEeprom;