-
Notifications
You must be signed in to change notification settings - Fork 78
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase MQTT buffer size on STM32H7 #416
base: master
Are you sure you want to change the base?
Conversation
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. |
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 in https://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.