reset mqtt parameter

This commit is contained in:
technyon
2023-01-23 21:47:15 +01:00
parent 9f3996147c
commit e955caf84c
2 changed files with 2 additions and 2 deletions

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

Binary file not shown.