remove cmd

This commit is contained in:
proddy
2024-02-11 21:54:08 +01:00
parent b454e87405
commit 23cfdd9b34

View File

@@ -1,10 +0,0 @@
# for calling dos upload from Window WSL2 Linux, because serial ports are not mapped yet
# example file
Import('env')
from subprocess import call
def upload(source, target, env):
print("bin file: " + str(target[0]))
call(["cmd.exe", "/c", "c:\\Users\\paul\\OneDrive\\Desktop\\ems-esp32.bat"])
env.AddPostAction("$BUILD_DIR/${PROGNAME}.bin", [upload])