It is probably because the IDE times out waiting for the process.env data at 9600 baud.
process.env
@asez73 since you have a hex editor running, could you just:
00 80 01 20 AD D2 02 00
00 80 01 20 AD D2 02 08
00
08
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
It is probably because the IDE times out waiting for the
process.env
data at 9600 baud.@asez73 since you have a hex editor running, could you just:
00 80 01 20 AD D2 02 00
to00 80 01 20 AD D2 02 08
(so the 8th byte from00
to08
)