Update Toggle Wifi.txt allows for more time to stop the script when the wifi turns off

This commit is contained in:
Narsty
2023-06-03 17:02:46 -05:00
committed by GitHub
parent e8f223a1fa
commit a2805fb932
+4 -3
View File
@@ -1,5 +1,5 @@
REM Toggle Wifi
REM You'll need to STOP the Script after you see the wifi turn off (about 3 seconds)
REM You'll need to STOP the Script after you see the wifi turn off (about 4 seconds)
REM To turn the wifi Back On let the script run all the way through
REM Author: Narsty
@@ -20,10 +20,11 @@ ENTER
DELAY 500
STRING networksetup -setairportpower en0 off
ENTER
DELAY 2000
DELAY 4000
STRING networksetup -setairportpower en0 on
ENTER
DELAY 500
STRING echo "Wi-Fi toggled!"
GUI q
DELAY 500
ENTER