Skip to content

Commit 18ffc0a

Browse files
committed
Added option to disable WiFi
1 parent 3d93658 commit 18ffc0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/autoexec.bas

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
110 .nxtp time.nxtel.org 12300 -z=RomanceStandardTime
1515
120 PRINT AT 11,12;" OK! ":GO TO 50
1616
130 IF K$="a" OR K$="A" OR J=16 THEN LOAD "C:":CD "/":LOAD "/nextzxos/autoexec.bas.bak"
17-
140 GO TO 50
17+
140 IF K$="d" OR K$="D" THEN CLS:PRINT AT 11,12;"Disabling WiFi...":REG 2,128
18+
150 GO TO 50
1819

1920
990 SAVE "autoexec.bas"LINE 50

0 commit comments

Comments
 (0)