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 :

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

Avatar for MaBe @MaBe started