Fixed one bug
This commit is contained in:
parent
145d51852e
commit
7b9fe9cf35
@ -485,7 +485,7 @@ void zh_send_sensor_status_message_task(void *pvParameter)
|
|||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
uint8_t attempts = 0;
|
uint8_t attempts = 0;
|
||||||
READ_SENSOR:
|
READ_SENSOR:;
|
||||||
esp_err_t err = ESP_OK;
|
esp_err_t err = ESP_OK;
|
||||||
switch (switch_config->hardware_config.sensor_type)
|
switch (switch_config->hardware_config.sensor_type)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user