True, I can save the temporary throw as base64 format.
The problem is that, if I want to use offset option, I have to know how big the csv file will be. I understood that if I don't define the file size in the beginning, then I can't use offset option, right? I think, I need to estimate its size and make it big enough.
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.
True, I can save the temporary throw as base64 format.
The problem is that, if I want to use offset option, I have to know how big the csv file will be. I understood that if I don't define the file size in the beginning, then I can't use offset option, right? I think, I need to estimate its size and make it big enough.