This commit is contained in:
Paul
2019-06-19 19:25:44 +02:00
parent f20621a3b3
commit 1a125763c3

View File

@@ -17,7 +17,7 @@ import os
# 3fffffb0: feefeffe feefeffe 3ffe8558 40100b01 # 3fffffb0: feefeffe feefeffe 3ffe8558 40100b01
# <<<stack<<< # <<<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_debug.elf", 'scripts/stackdmp.txt'])
# example for linux: # example for linux:
# % cd EMS-ESP # % cd EMS-ESP