____ __ / _/_____ / /__ _____ ____ _ / / / ___// //_// ___// __ `/ _/ / (__ )/ ,< / / / /_/ / /___//____//_/|_|/_/ \__,_/ Based on Espruino 1v85.1113 (c) 2016 G.Williams, Amperka LLC Support the work of core developers: http://espruino.com/Donate >Erasing Flash.... Writing..... Compressed 87200 bytes to 2882 Checking... Done! Loading 2882 bytes from flash... WARNING: Second argument to EventEmitter.on(..) must be a function or a String (containing code) Uncaught ReferenceError: "mycoolButtonHandler" is not defined at line 14 col 20 button.on('press', mycoolButtonHandler); ^ > =undefined >
Я исправил, нажал на кнопку. В консоли появился ответ: Uncaught ReferenceError: "led" is not defined at line 1 col 4 led.toggle(); ^ in function called from system Светодиод так и не загорелся.