You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • @Ollie This is no official release - just a travis build with the latest commit - so you are on you own !

    espruino_esp8266_user1.bin 29-Apr-2016 10:17 450K

    and this is it :

    1. ____ _
    2. | __|___ ___ ___ _ _|_|___ ___
    3. | __|_ -| . | _| | | | | . |
    4. |_____|___| _|_| |___|_|_|_|___|
    5. |_| http://espruino.com
    6. 1v85 Copyright 2016 G.Williams
    7. Espruino is Open Source. Our work is supported
    8. only by sales of official boards and donations:
    9. http://espruino.com/Donate
    10. Flash map 4MB:512/512, manuf 0xe0 chip 0x4016
    11. >process.memory();
    12. ={ "free": 1678, "usage": 22, "total": 1700, "history": 0 }
    13. >require("ESP8266").getState()
    14. ={
    15. "sdkVersion": "1.5.0",
    16. "cpuFrequency": 160, "freeHeap": 10160, "maxCon": 10,
    17. "flashMap": "4MB:512/512",
    18. "flashKB": 4096,
    19. "flashChip": "0xe0 0x4016"
    20. }
    21. >
About

Avatar for MaBe @MaBe started