make mqtt parameters configurable via defines

This commit is contained in:
technyon
2023-01-23 20:50:16 +01:00
parent 63e70a7206
commit 22d365d1db
3 changed files with 28 additions and 21 deletions

4
Config.h Normal file
View File

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