This commit is contained in:
2026-01-26 11:17:15 +08:00
parent 419f6cc78c
commit 57957e69c7
8 changed files with 43 additions and 45 deletions

View File

@ -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);
}