After I found the pin that sets the lopy in boot mode, then Espruino is running.
> =undefined >process.env ={ "VERSION": "1v87.252", "BUILD_DATE": "Oct 19 2016", "BUILD_TIME": "22:13:30", "GIT_COMMIT": "5a0ccacaa75b3f49621ed8517ee8eedf952bbf3b", "BOARD": "ESP32", "CHIP": "ESP32", "CHIP_FAMILY": "ESP32", "FLASH": 0, "RAM": 524288, "SERIAL": "240ac400-8c2c", "CONSOLE": "Serial1", "EXPORTS": { "jsvLock": 1074608440, "jsvLockAgainSafe": 1074608576, "jsvUnLock": 1074611212, "jsvSkipName": 1074631336, "jsvMathsOp": 1074642948, "jsvMathsOpSkipNames": 1074646172, "jsvNewFromFloat": 1074625952, "jsvNewFromInteger": 1074625864, "jsvNewFromString": 1074624360, "jsvNewFromBool": 1074625924, "jsvGetFloat": 1074636856, "jsvGetInteger": 1074630136, "jsvGetBool": 1074637548, "jspeiFindInScopes": 1074656752, "jspReplaceWith": 1074656500, "jspeFunctionCall": 1074666828, "jspGetNamedVariable": 1074658348, "jspGetNamedField": 1074658736, "jspGetVarNamedField": 1074658844, "jsvNewWithFlags": 1074623976 } } >process.memory() ={ "free": 4976, "usage": 24, "total": 5000, "history": 4 } >process.version ="1v87.252" >
@Frida 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.
After I found the pin that sets the lopy in boot mode, then Espruino is running.