I added a bunch of extra printf's so I could find the line which caused the error. On Core2 when I pick Wall of Flipper, or Skimmer detector, or likely anything which uses bluetooth, it crashes as follows
:arrows_counterclockwise: Resetting WiFi, Bluetooth, ESP-NOW...
Guru Meditation Error: Core 0 panic'ed (StoreProhibited). Exception was unhandled.
Core 0 register dump:
PC : 0x400928b4 PS : 0x00060930 A0 : 0x801998cb A1 : 0x3fffbbf0
A2 : 0x00000000 A3 : 0x00000000 A4 : 0x00000134 A5 : 0x00000000
A6 : 0x40178d80 A7 : 0x00000013 A8 : 0x8019f7a0 A9 : 0x3fffbbc0
A10 : 0x3ffda2bc A11 : 0x00000000 A12 : 0x0000006c A13 : 0x3fffff6c
A14 : 0x00000002 A15 : 0x00000006 SAR : 0x0000001f EXCCAUSE: 0x0000001d
EXCVADDR: 0x00000000 LBEG : 0x400928b4 LEND : 0x400928bf LCOUNT : 0x00000012
Backtrace: 0x400928b1:0x3fffbbf0 0x401998c8:0x3fffbc00 0x40178d89:0x3fffbc20 0x40193f97:0x3fffbc40
ELF file SHA256: 8968e45d0ce8f960
Rebooting...
Skimmer detector fails on BLEDevice::init("");
While WOF fails on BLEDevice::init("azertyuiop"); during initializeBLEIfNeeded()
I added a bunch of extra printf's so I could find the line which caused the error. On Core2 when I pick Wall of Flipper, or Skimmer detector, or likely anything which uses bluetooth, it crashes as follows
Skimmer detector fails on
BLEDevice::init("");While WOF fails on
BLEDevice::init("azertyuiop");duringinitializeBLEIfNeeded()