From a1d389f225f3e64d7a2fdcb9cc86efbed8840f79 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Wed, 15 Mar 2023 15:49:56 +0300 Subject: [PATCH] Version 1.31 Main code refactoring. Fixed one bug. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 08bd74b..d9bf997 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,7 +25,7 @@ struct deviceConfig uint8_t deviceClass{HABSDC_WINDOW}; } config; -const String firmware{"1.3"}; +const String firmware{"1.31"}; char receivedBytes[128]{0}; uint8_t counter{0};