You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running a simple script to write "Hello world" on the notepad the web server stop working and crashed, now everytime that I try to connect it, the wifi doesnt show anymore.
Run this script :
REM The next four lines open Notepad in Windows and type "Hello World!"
GUI r
STRING notepad
ENTER
DELAY 250
STRING Hello World!
Web instance stop working and wifi doesnt appear anymore.
If needed anything I would be glad to give.
The text was updated successfully, but these errors were encountered:
Any logs from the debug serial will be helpful.
I think the issue is around the webserver and the delays. I have a possible update that I've been working on. I haven't had much time recently to get that change tested and pushed.
After running a simple script to write "Hello world" on the notepad the web server stop working and crashed, now everytime that I try to connect it, the wifi doesnt show anymore.
Run this script :
REM The next four lines open Notepad in Windows and type "Hello World!"
GUI r
STRING notepad
ENTER
DELAY 250
STRING Hello World!
Web instance stop working and wifi doesnt appear anymore.
If needed anything I would be glad to give.
The text was updated successfully, but these errors were encountered: