first commit

This commit is contained in:
2024-04-01 10:31:33 +08:00
commit 9ba62457a9
237 changed files with 40424 additions and 0 deletions

12
src/log.h Normal file
View File

@ -0,0 +1,12 @@
#ifndef _LOG_H_
#define _LOG_H_
#define ceshi 1
#include "SDmanger.h"
void write_log(String path,unsigned char level,String write_data);
#endif