v2.1
This commit is contained in:
@ -47,7 +47,7 @@ void log_init()
|
||||
|
||||
void write_log(String path,String write_data,unsigned char level)
|
||||
{
|
||||
if(level <150) {
|
||||
if(level <5) {
|
||||
// U0_Serial.println(write_data);
|
||||
Serial0.println(write_data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user