256dpi / arduino-mqtt

MQTT library for Arduino
MIT License
1.01k stars 230 forks source link

ESP32 PSRAM for MQTT buffer? #320

Open star297 opened 6 months ago

star297 commented 6 months ago

Hi, Thankyou for a really good library! Is it possible to set the MQTT send and receive buffers to PSRAM on the ESP32-Wrover. If it is, could you advise something I could try?

256dpi commented 5 days ago

Not at the moment, but we could add a new constructor that allows setting a pre-allocated buffer. I'm happy to review a PR.