Version 1.0.7
Fixed small bug. Updated some components.
This commit is contained in:
Submodule components/zh_ds18b20 updated: cbf2c69e44...e53f9c8c3e
Submodule components/zh_espnow updated: 39fdb2eb49...d066c326e3
Submodule components/zh_network updated: 10fefb2912...ebe0b8cbf5
Submodule components/zh_onewire updated: d006e1e40c...fb8cfebbd0
Submodule components/zh_vector updated: 53cdc76873...4e0c0a6623
@ -638,7 +638,6 @@ void zh_espnow_event_handler(void *arg, esp_event_base_t event_base, int32_t eve
|
||||
switch_config->hardware_config.sensor_type = data->payload_data.config_message.switch_hardware_config_message.sensor_type;
|
||||
switch_config->hardware_config.measurement_frequency = data->payload_data.config_message.switch_hardware_config_message.measurement_frequency;
|
||||
zh_save_config(switch_config);
|
||||
switch_config->gateway_is_available = false;
|
||||
if (switch_config->hardware_config.relay_pin != ZH_NOT_USED)
|
||||
{
|
||||
vTaskDelete(switch_config->switch_attributes_message_task);
|
||||
|
@ -1 +1 @@
|
||||
1.0.6
|
||||
1.0.7
|
Reference in New Issue
Block a user