diff --git a/src/constants.h b/src/constants.h index 13de44f..a82f568 100644 --- a/src/constants.h +++ b/src/constants.h @@ -183,13 +183,13 @@ #define EE_STRING_XDRGTK_KEY 106 // 11 byte #define EE_BYTE_FASTPS 118 #define EE_BYTE_TOT 119 -#define EE_BYTE_MWREGION 120 -#define EE_BYTE_SPISPEED 121 -#define EE_BYTE_AMSCANSENS 122 -#define EE_BYTE_FMSCANSENS 123 +#define EE_BYTE_MWREGION 120 +#define EE_BYTE_SPISPEED 121 +#define EE_BYTE_AMSCANSENS 122 +#define EE_BYTE_FMSCANSENS 123 #define EE_PRESETS_BAND_START 124 -#define EE_PRESET_BW_START 224 -#define EE_PRESET_MS_START 324 +#define EE_PRESET_BW_START 224 +#define EE_PRESET_MS_START 324 #define EE_PRESETS_START 424 #define EE_PRESETS_FREQUENCY 10800 @@ -421,4 +421,4 @@ static const uint8_t WiFi4[] PROGMEM = { 0x00, 0x1c, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00 -}; \ No newline at end of file +};