refind logger

This commit is contained in:
gcw_4spBpAfv
2026-01-20 18:40:54 +08:00
parent 0ce140a210
commit 945077a453
10 changed files with 621 additions and 661 deletions

View File

@@ -169,10 +169,9 @@ def cmd_str():
# 3. 初始化 INA226 电量监测芯片
init_ina226()
# 4. 加载激光点配置
laser_manager.load_laser_point()
# 5. 初始化显示和相机
# 4. 初始化显示和相机
camera_manager.init_camera(640, 480)
camera_manager.init_display()
@@ -275,6 +274,9 @@ def cmd_str():
_thread.start_new_thread(network_manager.tcp_main, ())
_thread.start_new_thread(laser_calibration_worker, ())
# 7. 加载激光点配置
laser_manager.load_laser_point()
if logger:
logger.info("系统准备完成...")