• Downloaded from github yesterday, and compiled on linux.
    Then I deleted flash and flashed the new version on an esp8266-01.
    I still can not see any errors here, but maybe I'm using a wrong eeprom?

    /* _____                 _
    |   __|___ ___ ___ _ _|_|___ ___
    |   __|_ -| . |  _| | | |   | . |
    |_____|___|  _|_| |___|_|_|_|___|
              |_| http://espruino.com
     1v95.61 Copyright 2017 G.Williams
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    Flash map 512KB:256/256, manuf 0xc8 chip 0x4013
    >
    =undefined
    Hello World
    >
    =undefined
    >eeprom.read(0,10)
    =new Uint8Array([99, 55, 196, 4, 111, 81, 16, 0, 28, 0])
    >
    =undefined
    >eeprom.write(2,[55,99])
    =2
    >
    =undefined
    >eeprom.read(0,10)
    =new Uint8Array([99, 55, 55, 99, 111, 81, 16, 0, 28, 0])
    >
    =undefined
    > 
    */
    
    

    This is my test setup.


    1 Attachment

    • IMG_20180121_210800549_HDR.jpg
About

Avatar for Frida @Frida started