Liam Collins

Results 7 comments of Liam Collins

Here's my whole sketch: ``` /* This example downloads sketch update over network. It doesn't start the OTA upload sever of the ArduinoOTA library, it only uses the InternalStorage object...

No it stops after ~127k bytes, with 133 bytes left to go.

Yeah but it was broken before that, I just added that to help diagnose what was going on.

if I comment out `InternalStorage.write(b);` it runs without error (although obviously then there is no code binary file to apply at the end).

correct. Seems to fail right around 127k bytes, which is just under half the available memory.

hmm, weird. Any other thoughts about what might be happening then?