You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • Yes, flashed this one 1v82 espruino_1v82_esp8266.tgz 26-Nov-2015 15:28 584K

    >reset();
    =undefined
     _____                 _
    |   __|___ ___ ___ _ _|_|___ ___
    |   __|_ -| . |  _| | | |   | . |
    |_____|___|  _|_| |___|_|_|_|___|
              |_| http://espruino.com
     1v82 Copyright 2015 G.Williams
    WARNING: the esp8266 port is in beta, donot expect everything to work
    Flash map 4MB:512/512, manuf 0xe0 chip 0x4016
    >process.memory();
    ={ "free": 999, "usage": 24, "total": 1023, "history": 0 }
    >process.env.GIT_COMMIT
    ="04f5d15645aa3da4d55552f9d4c0b3bc7102ec­56"
    >dump();
    digitalWrite(D12,0);
    digitalWrite(D13,0);
    digitalWrite(D14,0);
    =undefined
    > 
    

    and no more problems with save() ;-)

    Ups, wifi cannot connect to the AP, do we have to wait for the kolban build ?!

    Cool, someone decided to ship wifi disabled ?!

    >wifi.getStatus();
    ={ "isStation": false, "isAP": false }
    
About

Avatar for MaBe @MaBe started