From a04a1e454470cc038456492739ec97c244db4226 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Thu, 25 Jul 2024 10:42:23 +0300 Subject: [PATCH] Version 1.0.5 Fixed small bug. Updated some components. --- components/zh_aht | 2 +- components/zh_bh1750 | 2 +- components/zh_ds18b20 | 2 +- components/zh_espnow | 2 +- components/zh_network | 2 +- components/zh_onewire | 2 +- components/zh_vector | 2 +- main/zh_espnow_sensor.c | 1 - version.txt | 2 +- 9 files changed, 8 insertions(+), 9 deletions(-) diff --git a/components/zh_aht b/components/zh_aht index 735dda9..eb84f82 160000 --- a/components/zh_aht +++ b/components/zh_aht @@ -1 +1 @@ -Subproject commit 735dda94d3cd552b5b22792362dc8bc95c413aba +Subproject commit eb84f82b89b0cbc408d34d0826ac10ecfc2702f5 diff --git a/components/zh_bh1750 b/components/zh_bh1750 index 54c3b16..7ed4ba3 160000 --- a/components/zh_bh1750 +++ b/components/zh_bh1750 @@ -1 +1 @@ -Subproject commit 54c3b1669749458d1ab33aa27ac2afcea6fb9a31 +Subproject commit 7ed4ba3a0d1699797021ff80c99c3c85f799fb7e diff --git a/components/zh_ds18b20 b/components/zh_ds18b20 index cbf2c69..e53f9c8 160000 --- a/components/zh_ds18b20 +++ b/components/zh_ds18b20 @@ -1 +1 @@ -Subproject commit cbf2c69e4452378681d77e7f273b0489a8ffaa56 +Subproject commit e53f9c8c3e55e132efc48cd786d9f3c4ed24c1ce diff --git a/components/zh_espnow b/components/zh_espnow index 39fdb2e..d066c32 160000 --- a/components/zh_espnow +++ b/components/zh_espnow @@ -1 +1 @@ -Subproject commit 39fdb2eb4968172ce16269d6b24ff1672c6f5351 +Subproject commit d066c326e3accf6de824c20479b31282f599a4ce diff --git a/components/zh_network b/components/zh_network index 10fefb2..ebe0b8c 160000 --- a/components/zh_network +++ b/components/zh_network @@ -1 +1 @@ -Subproject commit 10fefb2912a2489d4be23ba41eedae47290b0fc0 +Subproject commit ebe0b8cbf52c97b532c620b57ef0a3da7869228a diff --git a/components/zh_onewire b/components/zh_onewire index d006e1e..fb8cfeb 160000 --- a/components/zh_onewire +++ b/components/zh_onewire @@ -1 +1 @@ -Subproject commit d006e1e40c44ac847c373f8458983031123bca90 +Subproject commit fb8cfebbd00cea50fc5d8b5a1247f7ca8c33b650 diff --git a/components/zh_vector b/components/zh_vector index 53cdc76..4e0c0a6 160000 --- a/components/zh_vector +++ b/components/zh_vector @@ -1 +1 @@ -Subproject commit 53cdc7687388840c04470fb35e84e83b27175ae5 +Subproject commit 4e0c0a6623afc0eb0816b0447d8567bf6867247c diff --git a/main/zh_espnow_sensor.c b/main/zh_espnow_sensor.c index 1da535f..fba6c97 100644 --- a/main/zh_espnow_sensor.c +++ b/main/zh_espnow_sensor.c @@ -640,7 +640,6 @@ void zh_espnow_event_handler(void *arg, esp_event_base_t event_base, int32_t eve sensor_config->hardware_config.measurement_frequency = data->payload_data.config_message.sensor_hardware_config_message.measurement_frequency; sensor_config->hardware_config.battery_power = data->payload_data.config_message.sensor_hardware_config_message.battery_power; zh_save_config(sensor_config); - sensor_config->gateway_is_available = false; if (sensor_config->hardware_config.sensor_pin_1 != ZH_NOT_USED && sensor_config->hardware_config.sensor_type != HAST_NONE) { vTaskDelete(sensor_config->status_message_task); diff --git a/version.txt b/version.txt index a6a3a43..1464c52 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.4 \ No newline at end of file +1.0.5 \ No newline at end of file