Skip to content

Commit 84f2f83

Browse files
author
Spacehuhn
committed
Info on clicking WiFi Off
Informs the user that they can reconnect after restarting
1 parent fe06b87 commit 84f2f83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web_interface/settings.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
<div class="col-12">
3434
<h1 class="header" data-translate="settings">Settings</h1>
3535

36-
<button onclick="getFile('run?cmd=stopap')" class="red" data-translate="wifi_off">WiFi off</button>
36+
<button
37+
onclick="getFile('run?cmd=stopap');alert('Turning off access point now. Restart your Deauther to be able to connect again.')"
38+
class="red" data-translate="wifi_off">WiFi off</button>
3739
<button onclick="getFile('run?cmd=reset;;save settings')" class="red"
3840
data-translate="reset">Reset</button>
3941
<button onclick="getFile('run?cmd=reboot')" class="red right" data-translate="reboot">reboot</button>

0 commit comments

Comments
 (0)