Currently the method of recording data happens every 10 minutes. Each time the sensors are read the data file is rewritten. Assuming 24/7 operation over the course of a year, this is over 52k writes. Depending on the implementation of the file writer and the write endurance of the flash used in the ESP32, this could cause flash failures in a relatively short amount of time. I need to know how many write cycles the flash is rated for, and the likelihood of failure after 1-2 years of use is. Based on this information and information obtained in #6, a solution can be developed if needed.