uploading bigger bin files stop allways after 26857 bytes uploaded with the error message:
> Uploading to ESP file feuer.out...Waiting answer from ESP - Timeout reached. Command aborted.
The file size is round about 36KByte. Free flash memory is round about 500Kbyte.
---------------------------------------------------
> file.format()
format done.
> Uploading to ESP file feuer.out...Waiting answer from ESP - Timeout reached. Command aborted.
----------------------------
feuer.out : 26857 bytes
----------------------------
Total file(s) : 1
Total size : 26857 bytes
> r,u,t=file.fsinfo() print("Total : "..t.." bytes\r\nUsed : "..u.." bytes\r\nRemain: "..r.." bytes\r\n") r=nil u=nil t=nil
Total : 504761 bytes
Used : 27610 bytes
Remain: 477151 bytes
---------------------------------------------------
My LUA is based on:
build built on: 2015-12-13 22:18
powered by Lua 5.1.4 on SDK 1.4.0
Is this a limitation of the ESPlorer or the LUA system?
Regards
Lorenz