1234567891011121314151617181920212223242526272829 |
- menu "at_mqtt"
- config AT_LWIP_MQTT_SUPPORT
- bool "AT_LWIP_MQTT_SUPPORT enabled"
- default n
- depends on NET_LWIP_TCP_ON
- help
- When enabled, CONFIG_AT_LWIP_MQTT_SUPPORT will be defined
- Note : the config set to y should disenable AT_PAHO_MQTT_SUPPORT
- config AT_PAHO_MQTT_SUPPORT
- bool "AT_PAHO_MQTT_SUPPORT enabled"
- default y
- select NET_PAHO_MQTT_SUPPORT
- help
- When enabled, CONFIG_AT_PAHO_MQTT_SUPPORT will be defined
- Note : the config set to y should disenable AT_LWIP_MQTT_SUPPORT
- endmenu
|