rename file since no longer csv

This commit is contained in:
theFeiter 2022-07-27 14:23:52 +02:00
parent 7da897e763
commit f544fd109c

View File

@ -40,9 +40,9 @@
//#define USE_FS_LOG //Enable filesystem (flash) logging
#define LOGBUF_DELAY 10000 // Log Buffer Delay - in milliseconds
#define SD_SS 0 //SD card CS pin (Use different pins for LoRa and SD)
#define SD_FILENAME "fdrs_log.csv"
#define SD_FILENAME "fdrs_log.txt"
#define SD_MAX_FILESIZE 1024 // maximum size of logfile in KiB
#define FS_FILENAME "fdrs_log.csv"
#define FS_FILENAME "fdrs_log.txt"
#define FS_MAX_FILESIZE 1024 // maximum size of logfile in KiB
// SPI Configuration -- Needed only on Boards with multiple SPI interfaces like the ESP32