X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7776aa4e2e7430da6fab1712816b887d21032dd9..eea687e6d9524e252d3ae50f06b33f4e753dcf2b:/Projects/TempDataLogger/TempDataLogger.h?ds=inline diff --git a/Projects/TempDataLogger/TempDataLogger.h b/Projects/TempDataLogger/TempDataLogger.h index f3caa66b3..10597da45 100644 --- a/Projects/TempDataLogger/TempDataLogger.h +++ b/Projects/TempDataLogger/TempDataLogger.h @@ -72,11 +72,8 @@ /** LED mask for the library LED driver, to indicate that the USB interface is busy. */ #define LEDMASK_USB_BUSY LEDS_LED2 - /** Filename for the log data when written to the dataflash FAT filesystem. */ - #define LOG_FILENAME "TEMPLOG.txt" - /** Default log interval when the EEPROM is blank, in 500ms ticks. */ - #define DEFAULT_LOG_INTERVAL 20 + #define DEFAULT_LOG_INTERVAL 10 /** Indicates if the disk is write protected or not. */ #define DISK_READ_ONLY false