fix(panic): pass the DUT serial port to espcoredump

This commit is contained in:
Roland Dobai
2026-09-17 07:34:56 +02:00
committed by BOT
parent 787dcb8254
commit 925f350976

View File

@@ -148,6 +148,8 @@ class PanicTestDut(IdfDut):
espcoredump_args = [
sys.executable,
espcoredump_script,
'--port',
self.serial.port,
'-b115200',
'info_corefile',
]