From 4ab0cca1b212c4134267bff5cfcd5496f017104d Mon Sep 17 00:00:00 2001 From: Laurent Ollagnier Date: Mon, 24 Nov 2025 17:40:00 +0100 Subject: [PATCH] (conf) VApp : configuration de la bonne adresse du serveur mqtt --- VApp/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VApp/src/config.js b/VApp/src/config.js index 9b384e8e..9d7c57f0 100644 --- a/VApp/src/config.js +++ b/VApp/src/config.js @@ -4,7 +4,7 @@ // config.js export default { - mqttBrokerUrl: 'ws://192.168.1.30:9001', + mqttBrokerUrl: 'ws://192.168.73.252:9001', // Buzzer redBuzzerIP: '192.168.73.40',