Skip to content

Commit

Permalink
add ldapp sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
librae8226 committed Apr 4, 2018
1 parent 1e86f7d commit 7e40c53
Show file tree
Hide file tree
Showing 3 changed files with 459 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/ldapp/ldapp.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
NAME := ldapp

$(NAME)_SOURCES := mqtt-example.c
$(NAME)_COMPONENTS := cli sensor connectivity.mqtt cjson fota netmgr framework.common
GLOBAL_DEFINES += MQTT_TEST ALIOT_DEBUG IOTX_DEBUG USE_LPTHREAD
GLOBAL_DEFINES += IOTX_WITHOUT_TLS MQTT_DIRECT
Loading

0 comments on commit 7e40c53

Please sign in to comment.