summaryrefslogtreecommitdiff
path: root/platformio/relayctl/src/config.def.h.example
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2023-01-01 18:47:10 +0300
committerEvgeny Zinoviev <me@ch1p.io>2023-01-01 18:47:10 +0300
commit5e39b5c7c0bbff7317576e72b591754192f98e23 (patch)
tree65119baa51b2f6916aed7a4da4ea32b19294e070 /platformio/relayctl/src/config.def.h.example
parentd2a5d8c6c2a2ae27e650ec26183e7b9881b939c7 (diff)
relayctl: make blinking optional, set default fw version to 7
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