Loop function added, generic timer added, message buffer increased (you never know)

This commit is contained in:
Cabooman 2024-01-30 07:36:43 +01:00
parent bf37f655df
commit 957a91e55e
6 changed files with 41 additions and 4 deletions

View file

@ -55,5 +55,6 @@ extern const char* mqtt_password;
void init_mqtt(void);
void mqtt_loop(void);
bool mqtt_publish(const String& topic, const String& payload);
#endif