From 5e39b5c7c0bbff7317576e72b591754192f98e23 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sun, 1 Jan 2023 18:47:10 +0300 Subject: relayctl: make blinking optional, set default fw version to 7 --- platformio/relayctl/src/config.def.h.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'platformio/relayctl/src/config.def.h.example') 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 -- cgit v1.2.3