This commit is contained in:
Alexey Zholtikov 2024-07-19 19:11:59 +03:00
parent fd486f83e5
commit 638cc14d85
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@
#define ZH_MAX_GPIO_NUMBERS 48 // Maximum number of GPIOs on ESP modules.
#define ZH_GATEWAY_KEEP_ALIVE_TIME 10 // Frequency of sending a keep alive message.
#define ZH_GATEWAY_KEEP_ALIVE_TIME 10 // Frequency of sending a keep alive message (in seconds).
typedef struct // Structure of data exchange between tasks, functions and event handlers.
{

View File

@ -1 +1 @@
1.0.8-5
1.0.9