diff --git a/main/zh_espnow_switch.c b/main/zh_espnow_switch.c index c9840c0..ba15a53 100644 --- a/main/zh_espnow_switch.c +++ b/main/zh_espnow_switch.c @@ -485,7 +485,7 @@ void zh_send_sensor_status_message_task(void *pvParameter) for (;;) { uint8_t attempts = 0; - READ_SENSOR: + READ_SENSOR:; esp_err_t err = ESP_OK; switch (switch_config->hardware_config.sensor_type) {