MQTT source code files from official lwIP stable version 2.0.3
Posted: Thu Feb 15, 2018 9:00 pm
Hi everyone,
if you are interested I've imported MQTT files from latest stable version (2.0.3) of lwIP. You can found the it as esp-idf component in my github page https://github.com/voidloop/lwipmqtt.
I've only changed one line of original source code in mqtt.c.
From:
To:
if you are interested I've imported MQTT files from latest stable version (2.0.3) of lwIP. You can found the it as esp-idf component in my github page https://github.com/voidloop/lwipmqtt.
I've only changed one line of original source code in mqtt.c.
From:
Code: Select all
#include "lwip/timeouts.h"
Code: Select all
#include "lwip/timers.h"