fix dir path

This commit is contained in:
proddy
2019-06-06 20:31:55 +02:00
parent cbe2c15216
commit b833f8ce08
2 changed files with 32 additions and 37 deletions

View File

@@ -17,4 +17,4 @@ import os
# 3fffffb0: feefeffe feefeffe 3ffe8558 40100b01
# <<<stack<<<
call(['python', 'scripts/decoder.py ', '-s', '-e', os.getcwd()+"/.pio/build/debug/firmware.elf", 'scripts/stackdmp.txt'])
call(['python', 'scripts/decoder.py ', '-s', '-e', os.getcwd()+"/.pio/build/debug/firmware_d1_mini.elf", 'scripts/stackdmp.txt'])