mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 23:46:37 +02:00
* compiles with PlatformIO
This commit is contained in:
parent
b9cec55849
commit
aeb63f5d31
15 changed files with 39 additions and 335 deletions
|
@ -21,9 +21,7 @@ class mqtt {
|
|||
memset(mTopic, 0, MQTT_TOPIC_LEN);
|
||||
}
|
||||
|
||||
~mqtt() {
|
||||
delete mClient;
|
||||
}
|
||||
~mqtt() { }
|
||||
|
||||
void setup(const char *broker, const char *topic, const char *user, const char *pwd, uint16_t port) {
|
||||
DPRINTLN(DBG_VERBOSE, F("mqtt.h:setup"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue