Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct variable MQTT publish function call
The project documentation contained a typo in the line where the `mqtt_client.publish()` function is called. The variable `mqtt_topic` was incorrectly written as `topic`. This fix adjusts the `mqtt_client.publish()` call to use the correct variable, ensuring the accuracy of the documentation and the proper functionality of the code.
- Loading branch information