Update TemperatureDataLogger and Webserver projects to the latest FATFS library version.
This commit is contained in:
parent
67bc625109
commit
27fb44268f
14 changed files with 2909 additions and 2021 deletions
|
@ -77,8 +77,8 @@
|
|||
/** Filename for the log data when written to the dataflash FAT filesystem. */
|
||||
#define LOG_FILENAME "TEMPLOG.txt"
|
||||
|
||||
/** Data log interval between samples, in tens of milliseconds. */
|
||||
#define LOG_INTERVAL_10MS 1000
|
||||
/** Default log interval when the EEPROM is blank, in 500ms ticks. */
|
||||
#define DEFAULT_LOG_INTERVAL 20
|
||||
|
||||
/* Type Defines: */
|
||||
typedef struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue