mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
Loop function added, generic timer added, message buffer increased (you never know)
This commit is contained in:
parent
bf37f655df
commit
957a91e55e
6 changed files with 41 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue