자동로깅 추가, usb port추가
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "config.h"
|
||||
|
||||
extern volatile bool sdLoggingActive;
|
||||
extern volatile bool sdAutoStart;
|
||||
extern char currentLogFileName[64];
|
||||
|
||||
void sdTaskInit();
|
||||
@@ -21,5 +22,7 @@ bool sdDeleteFile(const char *filename);
|
||||
bool sdCardPresent();
|
||||
String sdGetComment(const char *filename);
|
||||
bool sdSetComment(const char *filename, const char *comment);
|
||||
bool sdGetAutoStart();
|
||||
void sdSetAutoStart(bool enable);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user