Some precommit fixes

This commit is contained in:
Cabooman 2024-01-30 09:18:03 +01:00
parent 957a91e55e
commit 527bc19649
4 changed files with 10 additions and 8 deletions

View file

@ -96,4 +96,4 @@ void mqtt_loop(void) {
bool mqtt_publish(const String& topic, const String& payload) {
return client.publish(topic.c_str(), payload.c_str());
}
}