Increase the WIFI_MESH MTU packet size so I can send larger MQTT messages
Posted: Mon May 26, 2025 7:17 am
With the ESP-32 using IDF, is it possible to increase the WIFI_MESH MTU packet size so I can send larger MQTT messages across the WIFI_MESH network.
I thought (or hoped) the ESP library would break down the large MQTT packets for transmission across the WIFI_MESH network and they would be re-assembled in the MESH_ROOT for sending on to the Broker but this seems not to be the case. I am using ESP-IDF 5.3.1
Thanks
I thought (or hoped) the ESP library would break down the large MQTT packets for transmission across the WIFI_MESH network and they would be re-assembled in the MESH_ROOT for sending on to the Broker but this seems not to be the case. I am using ESP-IDF 5.3.1
Thanks