esp-open-rtos/examples/mqtt_client/Makefile
Yudi Ludkevich 7d84ac5f91 MQTT client api and example
This code based on ESP8266 port of the embedded C client in Eclipse Paho project
(http://www.eclipse.org/paho/) and it port for espressif
ESP8266_RTOS_SDK by baoshi (https://github.com/baoshi/ESP-RTOS-Paho.git)
2016-04-10 10:44:11 +03:00

3 lines
82 B
Makefile

PROGRAM=mqtt_client
EXTRA_COMPONENTS = extras/paho_mqtt_c
include ../../common.mk