mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 04:58:43 +03:00
fix(panic): pass the DUT serial port to espcoredump
This commit is contained in:
@@ -148,6 +148,8 @@ class PanicTestDut(IdfDut):
|
||||
espcoredump_args = [
|
||||
sys.executable,
|
||||
espcoredump_script,
|
||||
'--port',
|
||||
self.serial.port,
|
||||
'-b115200',
|
||||
'info_corefile',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user