Esp32ExceptionDecoder: fix compatibility with ESP-IDF 4.0 (#304)
* It adds |<-CORRUPTED at the end of the backtrace
This commit is contained in:
@@ -32,7 +32,7 @@ class Esp32ExceptionDecoder(DeviceMonitorFilter):
|
|||||||
def __call__(self):
|
def __call__(self):
|
||||||
self.buffer = ""
|
self.buffer = ""
|
||||||
self.backtrace_re = re.compile(
|
self.backtrace_re = re.compile(
|
||||||
r"^Backtrace: ((0x[0-9a-f]+:0x[0-9a-f]+ ?)+)\s*$"
|
r"^Backtrace: ((0x[0-9a-f]+:0x[0-9a-f]+ ?)+)\s*"
|
||||||
)
|
)
|
||||||
|
|
||||||
self.firmware_path = None
|
self.firmware_path = None
|
||||||
|
|||||||
Reference in New Issue
Block a user