基质喷涂
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.2 KiB

3 weeks ago
  1. //
  2. // Created by iflyt on 2025/2/27.
  3. //
  4. #ifndef PROJECT_CONFIGS_H
  5. #define PROJECT_CONFIGS_H
  6. /***********************************************************************************************************************
  7. * SDK_CONFIG *
  8. ***********************************************************************************************************************/
  9. #define SDK_MAX_TASK 20
  10. /***********************************************************************************************************************
  11. * FLASH *
  12. ***********************************************************************************************************************/
  13. #define HARDWARE_VERSION 1
  14. #define PROJECT "mgc_gd_io_board"
  15. #define APP_VERSION "1.0.0"
  16. #define MOTOR_NUM 3
  17. // #define MAX_USR_NUM 8 // ��������ʱ����Ҫ�޸�UsrMgrҳ��
  18. // #define DEFAULT_PASSWD "888888"
  19. // #define ENABLE_MOTOR_CHECK_THREAD 0 // �Ƿ����õ������߳�
  20. #endif //PROJECT_CONFIGS_H