Search found 2 matches
- Tue Jun 28, 2022 8:58 am
- Forum: ESP-IDF
- Topic: ESP32 OTA mqtt_client invalid header error
- Replies: 16
- Views: 18854
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...
- Tue Mar 15, 2022 2:16 pm
- Forum: General Discussion
- Topic: Static IP address using esp-netif
- Replies: 7
- Views: 22880
Re: Static IP address using esp-netif
THANK YOU!This post solved my problem.