mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-18 12:28:55 +00:00
first commit
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user