- Notifications
You must be signed in to change notification settings - Fork82
Increase MQTT buffer size on STM32H7#416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedFeb 14, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## master #416 +/- ##======================================= Coverage 95.00% 95.00% ======================================= Files 27 27 Lines 1221 1221 ======================================= Hits 1160 1160 Misses 61 61 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Memory usage change @345c34a
Click for full report table
Click for full report CSV
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@manchoz do you mind adding a configuration define inhttps://github.com/arduino-libraries/ArduinoIoTCloud/blob/master/src/AIoTC_Config.h file ?
something like #define AIOT_CONFIG_MQTT_TX_BUFFER_SIZE
Increasing MQTT buffer size on STM32H7-based board allows use cases such as using large
String
values to carry payloads to 3rd platforms.