EC600U_esp32_iap_uart/qcloud-iot/include/config.h

46 lines
1.2 KiB
C
Raw Permalink Normal View History

2024-02-05 17:39:56 +08:00
//#define AUTH_MODE_CERT //证书
#define AUTH_MODE_KEY//密钥
#define AUTH_WITH_NOTLS
#define GATEWAY_ENABLED
#define COAP_COMM_ENABLED
#define OTA_MQTT_CHANNEL
//#define SYSTEM_COMM
#define EVENT_POST_ENABLED
#define ACTION_ENABLED
#define DEV_DYN_REG_ENABLED
#define LOG_UPLOAD
#define IOT_DEBUG
//#define DEBUG_DEV_INFO_USED
//#define AT_TCP_ENABLED
//#define AT_UART_RECV_IRQ
//#define AT_OS_USED
//#define AT_DEBUG
//#define OTA_USE_HTTPS
//#define MULTITHREAD_ENABLED
#define GATEWAY_DYN_BIND_SUBDEV_ENABLED
//#define WIN32
// //#define AUTH_MODE_CERT //证书
// #define AUTH_MODE_KEY//密钥
// //#define AUTH_WITH_NOTLS
// //#define GATEWAY_ENABLED
// //#define COAP_COMM_ENABLED
// #define OTA_MQTT_CHANNEL
// //#define SYSTEM_COMM
// //#define EVENT_POST_ENABLED
// //#define ACTION_ENABLED
// #define DEV_DYN_REG_ENABLED
// //#define LOG_UPLOAD
// //#define IOT_DEBUG
// //#define DEBUG_DEV_INFO_USED
// //#define AT_TCP_ENABLED
// //#define AT_UART_RECV_IRQ
// //#define AT_OS_USED
// //#define AT_DEBUG
// #define OTA_USE_HTTPS
// //#define MULTITHREAD_ENABLED
// //#define GATEWAY_DYN_BIND_SUBDEV_ENABLED
// //#define WIN32