Firmware: dev (build online tool)
Using file.read() read 256 max and after reading a bit its supposed to be 1024
Trying with file.read(1024) and nothing change, except if i use file.read(100) or any lower value (256) then read 100.
any idea? what i missing?