-->
Page 3 of 3

Re: esp_mqtt and Espressif DevKit for Windows + Eclipse IDE

PostPosted: Tue Feb 10, 2015 2:07 am
by fenyvesi
see http://www.esp8266.com/viewtopic.php?f=6&t=1031&start=60

Temporarily I found a solution: modified the standard Makefile in 2 points:

1. Added the extra mqtt include directory:
MODULES = driver mqtt user --line 135
2. Added the extra libs

LIBS = c gcc hal phy pp net80211 lwip wpa upgrade main ssl -line 139