Works fine for me on a Pico with 1v85...
>f.read(1) =undefined >f.write(1, "hello") =undefined >f.read(1) =new Uint8Array([104, 101, 108, 108, 111]) >0x076000 =483328
edit: moving this to ESP8266 - as this is not an issue with Espruino boards.
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Works fine for me on a Pico with 1v85...
edit: moving this to ESP8266 - as this is not an issue with Espruino boards.