Save files appending on same session and new file on new session
This commit is contained in:
@@ -4,10 +4,3 @@
|
||||
#include <string>
|
||||
|
||||
std::string printBits(uint32_t value);
|
||||
|
||||
static void saveHistoryTask(void *pvParameters)
|
||||
{
|
||||
auto *history = static_cast<PSRAMVector<ignitionBoxStatus> *>(pvParameters);
|
||||
save_history(*history);
|
||||
vTaskDelete(NULL);
|
||||
}
|
||||
Reference in New Issue
Block a user