reset mqtt parameters

This commit is contained in:
technyon
2023-01-26 16:58:44 +01:00
parent 10a916d57d
commit 502fea32ea

View File

@@ -1,4 +1,4 @@
#pragma once
#define MQTT_QOS_LEVEL 1
#define MQTT_CLEAN_SESSIONS false
#define MQTT_QOS_LEVEL 0
#define MQTT_CLEAN_SESSIONS true