mirror of
https://github.com/dbisu/pico-ducky.git
synced 2025-12-09 13:54:57 +00:00
fix: defaultdelay not set correctly (#34)
This commit is contained in:
@@ -66,6 +66,7 @@ def sendString(line):
|
|||||||
layout.write(line)
|
layout.write(line)
|
||||||
|
|
||||||
def parseLine(line):
|
def parseLine(line):
|
||||||
|
global defaultDelay
|
||||||
if(line[0:3] == "REM"):
|
if(line[0:3] == "REM"):
|
||||||
# ignore ducky script comments
|
# ignore ducky script comments
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user