Thank you for the project, it would be very helpful when debugging protocols.
I am using it on nodemcu (ESP8266), but every time when sending 'G' to the ESP8266, will cause it to reset. The error message:
ets Jan 8 2013,rst cause:4, boot mode:(3,6)
wdt reset
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v8b899c12
~ld
I tried to debug, it looks like collect(); cased this problem.
Do you have any idea?
Thank you.
Thank you for the project, it would be very helpful when debugging protocols.
I am using it on nodemcu (ESP8266), but every time when sending 'G' to the ESP8266, will cause it to reset. The error message:
I tried to debug, it looks like
collect();cased this problem.Do you have any idea?
Thank you.