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:
PaulVua
2026-03-17 17:50:28 +01:00
parent 8d0507852a
commit a0f8b4b8eb

View File

@@ -1184,7 +1184,7 @@ if ($type == "wifi_forget") {
'step1' => "Le capteur oublie le réseau WiFi actuel", 'step1' => "Le capteur oublie le réseau WiFi actuel",
'step2' => "Le hotspot va démarrer automatiquement", 'step2' => "Le hotspot va démarrer automatiquement",
'step3' => "Connectez-vous au WiFi « $deviceName » (mot de passe : nebuleaircfg)", '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" 'warning' => "Le capteur ne se reconnectera plus automatiquement à ce réseau"
], ],
'en' => [ 'en' => [
@@ -1192,7 +1192,7 @@ if ($type == "wifi_forget") {
'step1' => "The sensor is forgetting the current WiFi network", 'step1' => "The sensor is forgetting the current WiFi network",
'step2' => "The hotspot will start automatically", 'step2' => "The hotspot will start automatically",
'step3' => "Connect to WiFi « $deviceName » (password: nebuleaircfg)", '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" 'warning' => "The sensor will no longer auto-connect to this network"
] ]
] ]