Can you update the mmqt example? I'm using "Espressif-ESP8266-DevKit-v1.0.10-x86" With your added example and Makefile, I'm getting:
C:\Espressif\utils\genflashbinv6 eagle.app.v6.text.bin 40100004 eagle.app.v6.data.bin 3ffe8000 eagle.app.v6.rodata.bin 3ffe8a00
ren eagle.app.flash.bin eagle.app.v6.flash.bin
mv: cannot stat `eagle.app.v6.flash.bin': No such file or directory
C:/Espressif/examples/esp_mqtt/Makefile:95: recipe for target 'build/app.out' failed
mingw32-make.exe: *** [build/app.out] Error 1
tuanpmt recently updated his Makefile and moved some files around, i.e. added "modules" https://github.com/tuanpmt/esp_mqtt
I don't see any core changes to the code, but a current working example would be great.
Thanks