update:优化说明文档

This commit is contained in:
hrz
2025-04-27 13:55:04 +08:00
parent 96d0f2e6f9
commit 2d6049b7bd
3 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ async def main():
read_config_from_api = config.get("read_config_from_api", False)
if not read_config_from_api:
# 启动 Simple OAT 服务器
# 启动 Simple OTA 服务器
ota_server = SimpleOtaServer(config)
ota_task = asyncio.create_task(ota_server.start())