Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-22 14:12:32 +08:00
parent ef4eae6128
commit 12904d5507
4 changed files with 29 additions and 9 deletions

View File

@ -47,7 +47,7 @@ void log_init()
void write_log(String path,String write_data,unsigned char level)
{
if(level <5) {
if(level <50) {
U0_Serial.println(write_data);
// Serial0.println(write_data);
}