You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: mqtt connection error event Feature: mqtt connection error event #2279
The connection event handler will be called also when the connection failed. You can use the return_code to check if the connection was successful or there was an error.
This issue is created to collect all the tasks we need to do before the 4.3.0 release.
Source Code
New features
LinkedObject
for general use ProvideLinkedObject
for general use #2234Improvements
Bug fixes
smg_uart_set_tx()
Fix bug insmg_uart_set_tx()
#2210toString(uint8_t)
with template to avoid unintentional truncation of values ReplacetoString(uint8_t)
with template to avoid unintentional truncation of values #2229Breaking Changes
The connection event handler will be called also when the connection failed. You can use the
return_code
to check if the connection was successful or there was an error.Security
All PRs scheduled for this release can be seen from here
The text was updated successfully, but these errors were encountered: