esp-open-rtos/examples/mqtt_client/Makefile
Yudi Ludkevich d3a26bcd0b 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-02-20 00:24:25 +03:00

5 lines
88 B
Makefile

#!/bin/make
PROGRAM=mqtt_client
EXTRA_COMPONENTS = extras/paho
include ../../common.mk