config.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. //#define AUTH_MODE_CERT //证书
  2. #define AUTH_MODE_KEY//密钥
  3. #define AUTH_WITH_NOTLS
  4. #define GATEWAY_ENABLED
  5. #define COAP_COMM_ENABLED
  6. #define OTA_MQTT_CHANNEL
  7. //#define SYSTEM_COMM
  8. #define EVENT_POST_ENABLED
  9. #define ACTION_ENABLED
  10. #define DEV_DYN_REG_ENABLED
  11. #define LOG_UPLOAD
  12. #define IOT_DEBUG
  13. //#define DEBUG_DEV_INFO_USED
  14. //#define AT_TCP_ENABLED
  15. //#define AT_UART_RECV_IRQ
  16. //#define AT_OS_USED
  17. //#define AT_DEBUG
  18. //#define OTA_USE_HTTPS
  19. //#define MULTITHREAD_ENABLED
  20. #define GATEWAY_DYN_BIND_SUBDEV_ENABLED
  21. //#define WIN32
  22. // //#define AUTH_MODE_CERT //证书
  23. // #define AUTH_MODE_KEY//密钥
  24. // //#define AUTH_WITH_NOTLS
  25. // //#define GATEWAY_ENABLED
  26. // //#define COAP_COMM_ENABLED
  27. // #define OTA_MQTT_CHANNEL
  28. // //#define SYSTEM_COMM
  29. // //#define EVENT_POST_ENABLED
  30. // //#define ACTION_ENABLED
  31. // #define DEV_DYN_REG_ENABLED
  32. // //#define LOG_UPLOAD
  33. // //#define IOT_DEBUG
  34. // //#define DEBUG_DEV_INFO_USED
  35. // //#define AT_TCP_ENABLED
  36. // //#define AT_UART_RECV_IRQ
  37. // //#define AT_OS_USED
  38. // //#define AT_DEBUG
  39. // #define OTA_USE_HTTPS
  40. // //#define MULTITHREAD_ENABLED
  41. // //#define GATEWAY_DYN_BIND_SUBDEV_ENABLED
  42. // //#define WIN32