Explorar el Código

[BT-6709]change default settings (sshEnable false)

balbekova hace 3 años
padre
commit
d916daeb53
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/settings_api_bt6709.c

+ 1 - 1
modules/settings_api_bt6709.c

@@ -226,7 +226,7 @@ void SETTINGS_SetTelnetDef(void){
   * @brief  Установить параметры SSH
   */
 void SETTINGS_SetSSHDef(void){
-	sSettings.sSSH.SSHEnable = true;
+	sSettings.sSSH.SSHEnable = false;
 	sSettings.sSSH.port = 22;
 }