But
Code: Select all
sprintf(buffer, "%.2f",...) Code: Select all
dtostrf()On the other hand, I'm more worried about the RAM taken up: about 50 kB for the whole CSV
Code: Select all
sprintf(buffer, "%.2f",...) Code: Select all
dtostrf()Thanks but... datas are in RAM : I have a array to store them :If you are just sending a file from the flash
Code: Select all
struct SDATA {
float temp;
long tmillis;
};
SDATA TabMesures[3600];
That's fine ! Thanks a lot... I'll be back for further questionsIn 1.8, place the jar file in ~/Arduino/tools/ESP32FS/tool.