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.
The project documentation contained a typo in the line where the
mqtt_client.publish()
function is called. The variablemqtt_topic
was incorrectly written astopic
. This fix adjusts themqtt_client.publish()
call to use the correct variable, ensuring the accuracy of the documentation and the proper functionality of the code.