From 7f00b93de82cb758d3cdba72f2406d4981f46f7e Mon Sep 17 00:00:00 2001 From: Pawel Jalocha Date: Sat, 29 Aug 2020 12:52:29 +0100 Subject: [PATCH] Forgotten call name change --- main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/main.cpp b/main/main.cpp index e7918b9..8395b74 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -52,7 +52,7 @@ void app_main(void) if(Parameters.ReadFromFile("/sdcard/TRACKER.CFG")>0) // try to read parameters from the TRACKER.CFG file { if(Parameters.SaveToFlash) Parameters.WriteToNVS(); } // if succesfull and SaveToFlash==1 then save them to flash // #ifdef WITH_SPIFFS -// SPIFFSlog_CopyToSD(); // copy all flash log files to the SD card +// FlashLog_CopyToSD(); // copy all flash log files to the SD card // #endif } #endif