dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.42k stars 440 forks source link

Web Server crashes after running script #288

Open WixOff16 opened 1 month ago

WixOff16 commented 1 month ago

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.

dbisu commented 1 month ago

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.