Files
smartweatherstation_v2.0/src/log.h
2024-04-01 10:31:33 +08:00

13 lines
151 B
C

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