From d6ef9c4b654defab1a3a80f19acbcd66a26067b8 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <67171972+IoTManagerProject@users.noreply.github.com> Date: Sat, 26 Nov 2022 16:27:17 +0100 Subject: [PATCH] 433 --- include/Const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Const.h b/include/Const.h index 34ba97ef..d2f79999 100644 --- a/include/Const.h +++ b/include/Const.h @@ -1,7 +1,7 @@ #pragma once //Версия прошивки -#define FIRMWARE_VERSION 432 +#define FIRMWARE_VERSION 433 #ifdef esp8266_1mb_ota #define FIRMWARE_NAME "esp8266_1mb_ota"