Fix hotspot IP: 192.168.43.1 -> 10.42.0.1 (NetworkManager default)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1184,7 +1184,7 @@ if ($type == "wifi_forget") {
|
||||
'step1' => "Le capteur oublie le réseau WiFi actuel",
|
||||
'step2' => "Le hotspot va démarrer automatiquement",
|
||||
'step3' => "Connectez-vous au WiFi « $deviceName » (mot de passe : nebuleaircfg)",
|
||||
'step4' => "Accédez au capteur via http://192.168.43.1/html/",
|
||||
'step4' => "Accédez au capteur via http://10.42.0.1/html/",
|
||||
'warning' => "Le capteur ne se reconnectera plus automatiquement à ce réseau"
|
||||
],
|
||||
'en' => [
|
||||
@@ -1192,7 +1192,7 @@ if ($type == "wifi_forget") {
|
||||
'step1' => "The sensor is forgetting the current WiFi network",
|
||||
'step2' => "The hotspot will start automatically",
|
||||
'step3' => "Connect to WiFi « $deviceName » (password: nebuleaircfg)",
|
||||
'step4' => "Access the sensor via http://192.168.43.1/html/",
|
||||
'step4' => "Access the sensor via http://10.42.0.1/html/",
|
||||
'warning' => "The sensor will no longer auto-connect to this network"
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user