first commit

This commit is contained in:
wen
2025-09-30 13:08:23 +08:00
parent ec83999cef
commit 015a4f689d
38 changed files with 628 additions and 593 deletions

View File

@@ -302,7 +302,7 @@ void esp32Timeinit(void)
}
else
{
LOG_I("esp32_thread create failure\n");
LOG_I_LINE("esp32_thread create failure\n");
}
}
/*********************************************************************
@@ -323,7 +323,7 @@ void esp32TimeTask(void *pvParameters)
{
ZIGEvent evt;
LOG_I("esp32TimeTask running start");
LOG_I_LINE("esp32TimeTask running start");
while(1)
{