main.h 337 B

123456789101112131415
  1. /**
  2. * @Author: 李建
  3. * @Date: 2025/3/29 16:22
  4. * Description:
  5. * Copyright: Copyright (©) 2025 永续绿建. All rights reserved.
  6. */
  7. #ifndef WIRE_CONTROLLER_MAIN_H
  8. #define WIRE_CONTROLLER_MAIN_H
  9. #include "gui_guider.h"
  10. extern lv_ui guider_ui;
  11. extern bool cloud_connected; //云端连接状态
  12. #endif //WIRE_CONTROLLER_MAIN_H