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
Describe the bug
This is not a bug, but a code quality improvement.
The HAL currently references the MQTT PubSubClient library because of an action in the "interpretBuffer" routine, which currently returns a void.
It should be made to return a simple class which will be acted upon by the CALLERs of interpretBuffer. This will allow a future SPI interface to also be handled correctly.
The text was updated successfully, but these errors were encountered:
nk25719
changed the title
Refactor code to remove "PubSubClient" from the Hardware Abstraction Layer
Firnware, Refactor code to remove "PubSubClient" from the Hardware Abstraction Layer
Jan 11, 2025
nk25719
changed the title
Firnware, Refactor code to remove "PubSubClient" from the Hardware Abstraction Layer
Firmware, Refactor code to remove "PubSubClient" from the Hardware Abstraction Layer
Jan 11, 2025
Describe the bug
This is not a bug, but a code quality improvement.
The HAL currently references the MQTT PubSubClient library because of an action in the "interpretBuffer" routine, which currently returns a void.
It should be made to return a simple class which will be acted upon by the CALLERs of interpretBuffer. This will allow a future SPI interface to also be handled correctly.
The text was updated successfully, but these errors were encountered: