Hi,
I'm using a Teensy 4.1 board with its built in sd card drive. I'm using PlateformIO as the IDE. I'm having hard time to keep saved data after a power outage. To make a long story short, I'm constantly logging data to a file on the sd card. Periodically, I'm using file.flush() to be sure...