change filemode, remove .exe extension

This commit is contained in:
Susis Strolch
2019-06-19 13:51:56 +02:00
parent 1df096dc5f
commit 98076f35a9
5 changed files with 2 additions and 2 deletions

2
scripts/analyze_stackdmp.py Normal file → Executable file
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_d1_mini.elf", 'scripts/stackdmp.txt'])
call(['python', 'scripts/decoder.py', '-s', '-e', os.getcwd()+"/.pio/build/debug/firmware_d1_mini.elf", 'scripts/stackdmp.txt'])