diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 6911af4..68f3128 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -20,10 +20,7 @@
-
-
-
-
+
@@ -129,7 +126,7 @@
-
+
1701136012311
@@ -348,7 +345,14 @@
1701681045853
-
+
+ 1701682489155
+
+
+
+ 1701682489155
+
+
diff --git a/settings.c b/settings.c
index fc94075..db75f63 100644
--- a/settings.c
+++ b/settings.c
@@ -142,7 +142,7 @@ void SETTINGS_InitEEPROM(void)
#ifdef ENABLE_ALARM
gEeprom.ALARM_MODE = (Data[0] < 2) ? Data[0] : true;
#endif
- gEeprom.ROGER = (Data[1] < 3) ? Data[1] : ROGER_MODE_OFF;
+ gEeprom.ROGER = (Data[1] < 6) ? Data[1] : ROGER_MODE_OFF;
gEeprom.REPEATER_TAIL_TONE_ELIMINATION = (Data[2] < 11) ? Data[2] : 0;
gEeprom.TX_VFO = (Data[3] < 2) ? Data[3] : 0;
gEeprom.BATTERY_TYPE = (Data[4] < BATTERY_TYPE_UNKNOWN) ? Data[4] : BATTERY_TYPE_1600_MAH;