refactor variables and LittleFS mount

This commit is contained in:
Emanuele Trabattoni
2026-04-09 10:23:57 +02:00
parent 97bce90ba6
commit de9ffe40e5
4 changed files with 13 additions and 17 deletions

View File

@@ -15,7 +15,7 @@
#include "psvector.h"
const uint32_t max_history = 256;
const bool SAVE_HISTORY_TO_SPIFFS = false; // Set to true to enable saving history to SPIFFS, false to disable
const bool SAVE_HISTORY_TO_LITTLEFS = false; // Set to true to enable saving history to SPIFFS, false to disable
static bool first_save = true; // flag to indicate if this is the first save (to write header)
struct dataSaveParams