Browse Source

delete radiussetting from SETTINGS_SetPartDefault

balbekova 7 years ago
parent
commit
de8e4dddc7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/settings_api.c

+ 1 - 1
modules/settings_api.c

@@ -219,7 +219,7 @@ void SETTINGS_SetPartDefault(void)
  // SETTINGS_SetServiceDef();
   SETTINGS_SetSntpDef();
   SETTINGS_SetINOUTSDef();
-  SETTINGS_SetRADIUSDef();
+ // SETTINGS_SetRADIUSDef();
   
   sSettings.CritSecCRC = SETTINGS_GetCritSecCRC();