* compiles with PlatformIO

This commit is contained in:
lumapu 2022-06-30 22:28:54 +02:00
parent b9cec55849
commit aeb63f5d31
15 changed files with 39 additions and 335 deletions

View file

@ -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"));