Cool, so let's send something like
\x03\x10run({"cmd":"test"})\n to talk to all devices
\x03\x10run({"cmd":"test"})\n
or
\x03\x10if(myID==4711)run({"cmd":"test"})\n to talk to a single device with id 4711.
\x03\x10if(myID==4711)run({"cmd":"test"})\n
@MaBe 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.
Cool, so let's send something like
\x03\x10run({"cmd":"test"})\n
to talk to all devicesor
\x03\x10if(myID==4711)run({"cmd":"test"})\n
to talk to a single device with id 4711.