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