We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7959153 commit ea47921Copy full SHA for ea47921
src/reachy_mini/daemon/app/dashboard/static/js/wifi.js
@@ -121,7 +121,7 @@ const handleStatus = (status) => {
121
122
} else if (mode == 'wlan') {
123
if (currentMode !== null && currentMode !== 'wlan') {
124
- alert(`Connected to WiFi network: ${status.connected_network}`);
+ alert(`Successfully connected to WiFi network: ${status.connected_network} ✅`);
125
}
126
127
statusDiv.innerText = `Connected to WiFi (SSID: ${status.connected_network}). 📶`;
0 commit comments