If you are asking a question, please follow this template:
-
My goal is: Send notifications from device.
-
My actions are: Enable Dash, works fine, shadow and rpc too
but if I try this test in js-demo-bundle app…let reportState = function() { if (Dash.isConnected()) { Dash.notify('Data', {level: 9}); } };
-
The result I see is: Notification is sent, but app crash
Guru Meditation Error: Core 0 panic’ed (InstrFetchProhibited). 00000
PS : 0x00060030 A0 : 0x800faed6 A1 : 0x3ffca790
A2 : 0x3ffb5930 A3 : 0x3ffc7c08 A4 : : 0x00000000 A8 : 0x800fced5 A9 : 0x3ffca780
A10 : 0x3ffb5930 A11 : 0x00000000 A12 : 0x3ffb6360 000 SAR : 0x0000000e EXCCAUSE: 0x00000014
EXCVADDR: 0x0f34a98ed5f0ddb2d6b82c754a46b2c68
Backtrace: 0x00000000 0x400f1d3e76 0x401d414f 0x401d399a 0x401d4cce 0x401d7eed 0x401d7f1f 0x401eb9fd 0x401cfe21 0x40083826 0x400839ed
— BEGIN CORE DUuild_id" …
- My expectation & question is: Please can you help me, thanks in advance
I’m trying to walk in core dump, but dash is closed library, therefore I don’t expect to get too much progress.
Sorry, I forgot to mention, I am using esp32-PICO-KIT with mongoose-os, I have tried with free and licensed software