Search found 2 matches

by 1076934228
Tue Jun 28, 2022 8:58 am
Forum: ESP-IDF
Topic: ESP32 OTA mqtt_client invalid header error
Replies: 16
Views: 18067

Re: ESP32 OTA mqtt_client invalid header error

As mentioned earlier, this happens because Thingboard isn't following the MQTT specifications. If you want to change the header check to match Thingboard's headers you can try to apply the diff I've attached. Go to the esp-mqtt folder in your project and do git apply PATH_TO_THINGBOARD_HEADERFIX Th...
by 1076934228
Tue Mar 15, 2022 2:16 pm
Forum: General Discussion
Topic: Static IP address using esp-netif
Replies: 7
Views: 21929

Re: Static IP address using esp-netif

THANK YOU!This post solved my problem. :lol: