From a0f8b4b8ebc04cf74d0edad3a27c835b2f2ef1a5 Mon Sep 17 00:00:00 2001 From: PaulVua Date: Tue, 17 Mar 2026 17:50:28 +0100 Subject: [PATCH] Fix hotspot IP: 192.168.43.1 -> 10.42.0.1 (NetworkManager default) Co-Authored-By: Claude Opus 4.6 (1M context) --- html/launcher.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/launcher.php b/html/launcher.php index 065fc8b..c6dc756 100755 --- a/html/launcher.php +++ b/html/launcher.php @@ -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" ] ]