Forgotten call name change

pull/30/head
Pawel Jalocha 2020-08-29 12:52:29 +01:00
rodzic 2cd55cf257
commit 7f00b93de8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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