파일 분할 코멘트 추가
This commit is contained in:
2
config.h
2
config.h
@@ -58,6 +58,8 @@
|
||||
#define SD_WRITE_INTERVAL 1000 // Flush to SD every N ms
|
||||
#define LOG_DIR "/logs"
|
||||
#define CSV_HEADER "Timestamp,Direction,Data\r\n"
|
||||
#define LOG_MAX_FILE_SIZE (100UL * 1024 * 1024) // 100MB auto-rotate
|
||||
#define LOG_ROTATE_MIDNIGHT true // New file at midnight
|
||||
|
||||
// --- NTP Configuration ---
|
||||
#define NTP_SERVER "pool.ntp.org"
|
||||
|
||||
Reference in New Issue
Block a user