Espruino will always appear as tty.usbmodem on mac (that's ok) but on at least one person's older Mac, it actually tried to use it to dial out!
The red light might have just been from save() (setInterval should keep working now - there was a bug in Espruino that got fixed in an update last week).
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.
Thanks! Glad you like it!
Espruino will always appear as tty.usbmodem on mac (that's ok) but on at least one person's older Mac, it actually tried to use it to dial out!
The red light might have just been from
save()
(setInterval should keep working now - there was a bug in Espruino that got fixed in an update last week).