Version 1.31

Main code refactoring.
Fixed one bug.
This commit is contained in:
Alexey Zholtikov 2023-03-15 15:49:56 +03:00
parent 72698ddaaf
commit a1d389f225

View File

@ -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};