1#ifndef WOMBAT_MQTT_STACK_H
2#define WOMBAT_MQTT_STACK_H
static char msg[CLI::MAX_CLI_MSG_LEN+1]
Message buffer.
Definition: CLI.cpp:26
bool mqtt_publish(String &topic, const char *msg, size_t msg_len)
Definition: mqtt_stack.cpp:190
bool mqtt_login(void)
Definition: mqtt_stack.cpp:35
bool mqtt_logout(void)
Definition: mqtt_stack.cpp:169
bool mqtt_publish_file(const String &topic, const String &filename)
Definition: mqtt_stack.cpp:217
static String topic("wombat")