From a571bb6f910eadc7d623cf9ab3ec3fcddd290551 Mon Sep 17 00:00:00 2001 From: ohmytime Date: Thu, 30 Nov 2023 10:36:34 +0800 Subject: [PATCH] Alignment --- src/constants.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 +};