固件bug修复

This commit is contained in:
kerwincui
2023-03-24 14:30:22 +08:00
parent 701a2f4300
commit f9925a7455
3 changed files with 3 additions and 0 deletions

View File

@@ -461,6 +461,7 @@ String getTime()
} }
delay(500); delay(500);
} }
return "";
} }
//打印提示信息 //打印提示信息

View File

@@ -450,6 +450,7 @@ String getTime()
} }
delay(500); delay(500);
} }
return "";
} }
//打印提示信息 //打印提示信息

View File

@@ -117,6 +117,7 @@ String getTime()
} }
delay(500); delay(500);
} }
return "";
} }
/* /*