mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
added stackdump decoder for linux
This commit is contained in:
@@ -18,3 +18,7 @@ import os
|
||||
# <<<stack<<<
|
||||
|
||||
call(['python', 'scripts/decoder.py ', '-s', '-e', os.getcwd()+"/.pio/build/debug/firmware_d1_mini.elf", 'scripts/stackdmp.txt'])
|
||||
|
||||
# example for linux:
|
||||
# % cd EMS-ESP
|
||||
# % python scripts/decoder_linux.py -s -e .pio/build/debug/firmware_d1_mini.elf scripts/stackdmp.txt
|
||||
|
||||
Reference in New Issue
Block a user