summaryrefslogtreecommitdiff
path: root/platformio/relayctl/src/config.def.h.example
diff options
context:
space:
mode:
Diffstat (limited to 'platformio/relayctl/src/config.def.h.example')
-rw-r--r--platformio/relayctl/src/config.def.h.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/platformio/relayctl/src/config.def.h.example b/platformio/relayctl/src/config.def.h.example
index dd3d89b..52de4f7 100644
--- a/platformio/relayctl/src/config.def.h.example
+++ b/platformio/relayctl/src/config.def.h.example
@@ -1,6 +1,6 @@
#pragma once
-#define FW_VERSION 3
+#define FW_VERSION 7
#define DEFAULT_WIFI_AP_SSID ""
#define DEFAULT_WIFI_STA_SSID ""
@@ -28,5 +28,6 @@
// 12 bytes string
#define HOME_SECRET_SIZE 12
#define HOME_SECRET ""
+#define MQTT_BLINK 1
#define ARRAY_SIZE(X) sizeof((X))/sizeof((X)[0]) \ No newline at end of file