main.h 373 B

12345678910111213141516
  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. #include "setting.h"
  11. extern lv_ui guider_ui;
  12. extern system_setting_t system_setting;
  13. extern bool cloud_connected;
  14. #endif //WIRE_CONTROLLER_MAIN_H