• Here you are:

    >f = new (require("FlashEEPROM"))(0x076000);
    ={ 
      "flash": function () { [native code] }, 
      "addr": 483328, "endAddr": 487424 }
    >f.read(1)
    =undefined
    >f.write(1, "hello")
    WARNING: If specifying an object, it must be of the form {data : ..., count : N}
    WARNING: If specifying an object, it must be of the form {data : ..., count : N}
    Uncaught Error: Function "set" not found!
     at line 1 col 123
    ...int8Array(r.length+3&-4);a.set(r),r=a­}return r.length&&this....
                                  ^
    in function "_write" called from line 1 col 289
    ...ory!";this._write(r.end,t,e)}
                                  ^
    in function "write" called from line 1 col 19
    f.write(1, "hello")
                      ^
    >
    

    As you might not see my edit in the previous post, the situation is the same with git checkout tags/RELEASE_1V85

    Edit

    Same with current git pull

About

Avatar for ceremcem @ceremcem started