loboris / MicroPython_ESP32_psRAM_LoBo

MicroPython for ESP32 with psRAM support
Other
831 stars 344 forks source link

Mqtt parameter length limit #253

Open dorthonir opened 5 years ago

dorthonir commented 5 years ago

Hi, the IoT server to which I try to connect with mqtt requires 36-byte long username and clientid. When I enter such values to network.mqtt(), I get errors about too long parameters. Is there any way to bypass that limitation?