tuanpmt / esp_mqtt

MQTT client library for ESP8266
http://tuanpm.net/post/esp_mqtt/
MIT License
1.15k stars 401 forks source link

Makefile for libmqtt.a #72

Closed tekjar closed 9 years ago

tekjar commented 9 years ago

While the current make file is good for creating a complete rom image with your example, can you provide a simple make file to generate lbmqtt.a to be linked to existing projects

tekjar commented 9 years ago

No issue. static library is anyway generated with name app_app.a. But recompiling is not working when I modify a header file. Had to do make clean and then make. Will report again with the header file's name. Closing this.