基质喷涂
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

//
// Created by iflyt on 2025/2/27.
//
#ifndef PROJECT_CONFIGS_H
#define PROJECT_CONFIGS_H
/***********************************************************************************************************************
* SDK_CONFIG *
***********************************************************************************************************************/
#define SDK_MAX_TASK 20
/***********************************************************************************************************************
* FLASH *
***********************************************************************************************************************/
#define HARDWARE_VERSION 1
#define PROJECT "mgc_gd_io_board"
#define APP_VERSION "1.0.0"
#define MOTOR_NUM 3
// #define MAX_USR_NUM 8 // ��������ʱ����Ҫ�޸�UsrMgrҳ��
// #define DEFAULT_PASSWD "888888"
// #define ENABLE_MOTOR_CHECK_THREAD 0 // �Ƿ����õ������߳�
#endif //PROJECT_CONFIGS_H