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
I found that packets are not cleared between call-back invocations. This means that the packet dict may contain lingering values from previous callbacks and not only data from the very last message out of the MPPT.
To reproduce, simply add a key+value to the packet in the callback and note that it is retained across callbacks.
The text was updated successfully, but these errors were encountered:
Thank you for publishing this code.
I found that packets are not cleared between call-back invocations. This means that the
packet
dict may contain lingering values from previous callbacks and not only data from the very last message out of the MPPT.To reproduce, simply add a key+value to the packet in the callback and note that it is retained across callbacks.
The text was updated successfully, but these errors were encountered: