From 90133a7d6740361bfae802d8fafe9390b318a646 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Wed, 15 Mar 2023 16:37:19 +0300 Subject: [PATCH] Version 1.42 Fixed some bugs. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index d1b40d0..446d670 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -52,7 +52,7 @@ struct deviceConfig std::vector espnowMessage; -const String firmware{"1.41"}; +const String firmware{"1.42"}; bool relayStatus{false};