diff --git a/examples/aggregates/main/src/wifi_cfg.c b/examples/aggregates/main/src/wifi_cfg.c index 3c455fe5..a652692a 100644 --- a/examples/aggregates/main/src/wifi_cfg.c +++ b/examples/aggregates/main/src/wifi_cfg.c @@ -67,7 +67,7 @@ void wifi_init(void) ESP_ERROR_CHECK(esp_event_loop_create_default()); esp_netif_create_default_wifi_sta(); - wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); + wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); // NOLINT ESP_ERROR_CHECK(esp_wifi_init(&cfg)); esp_event_handler_instance_t instance_any_id = NULL; diff --git a/examples/datastreams/main/src/wifi_cfg.c b/examples/datastreams/main/src/wifi_cfg.c index 3c455fe5..a652692a 100644 --- a/examples/datastreams/main/src/wifi_cfg.c +++ b/examples/datastreams/main/src/wifi_cfg.c @@ -67,7 +67,7 @@ void wifi_init(void) ESP_ERROR_CHECK(esp_event_loop_create_default()); esp_netif_create_default_wifi_sta(); - wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); + wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); // NOLINT ESP_ERROR_CHECK(esp_wifi_init(&cfg)); esp_event_handler_instance_t instance_any_id = NULL; diff --git a/examples/encryption/main/src/wifi_cfg.c b/examples/encryption/main/src/wifi_cfg.c index b3083f6f..7469aeee 100644 --- a/examples/encryption/main/src/wifi_cfg.c +++ b/examples/encryption/main/src/wifi_cfg.c @@ -67,7 +67,7 @@ void wifi_init(void) ESP_ERROR_CHECK(esp_event_loop_create_default()); esp_netif_create_default_wifi_sta(); - wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); + wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); // NOLINT ESP_ERROR_CHECK(esp_wifi_init(&cfg)); esp_event_handler_instance_t instance_any_id = NULL; diff --git a/examples/non_volatile_storage/main/src/wifi_cfg.c b/examples/non_volatile_storage/main/src/wifi_cfg.c index b3083f6f..7469aeee 100644 --- a/examples/non_volatile_storage/main/src/wifi_cfg.c +++ b/examples/non_volatile_storage/main/src/wifi_cfg.c @@ -67,7 +67,7 @@ void wifi_init(void) ESP_ERROR_CHECK(esp_event_loop_create_default()); esp_netif_create_default_wifi_sta(); - wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); + wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); // NOLINT ESP_ERROR_CHECK(esp_wifi_init(&cfg)); esp_event_handler_instance_t instance_any_id = NULL; diff --git a/examples/properties/main/src/wifi_cfg.c b/examples/properties/main/src/wifi_cfg.c index 52e17cea..cbec3ea7 100644 --- a/examples/properties/main/src/wifi_cfg.c +++ b/examples/properties/main/src/wifi_cfg.c @@ -67,7 +67,7 @@ void wifi_init(void) ESP_ERROR_CHECK(esp_event_loop_create_default()); esp_netif_create_default_wifi_sta(); - wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); + wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); // NOLINT ESP_ERROR_CHECK(esp_wifi_init(&cfg)); esp_event_handler_instance_t instance_any_id = NULL; diff --git a/examples/registration/main/src/wifi_cfg.c b/examples/registration/main/src/wifi_cfg.c index 154b8512..a566db3c 100644 --- a/examples/registration/main/src/wifi_cfg.c +++ b/examples/registration/main/src/wifi_cfg.c @@ -67,7 +67,7 @@ void wifi_init(void) ESP_ERROR_CHECK(esp_event_loop_create_default()); esp_netif_create_default_wifi_sta(); - wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); + wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); // NOLINT ESP_ERROR_CHECK(esp_wifi_init(&cfg)); esp_event_handler_instance_t instance_any_id = NULL; diff --git a/examples/toggle_led/main/src/wifi_cfg.c b/examples/toggle_led/main/src/wifi_cfg.c index 3c455fe5..a652692a 100644 --- a/examples/toggle_led/main/src/wifi_cfg.c +++ b/examples/toggle_led/main/src/wifi_cfg.c @@ -67,7 +67,7 @@ void wifi_init(void) ESP_ERROR_CHECK(esp_event_loop_create_default()); esp_netif_create_default_wifi_sta(); - wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); + wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); // NOLINT ESP_ERROR_CHECK(esp_wifi_init(&cfg)); esp_event_handler_instance_t instance_any_id = NULL; diff --git a/idf_component.yml b/idf_component.yml index 8e29de63..8deb271e 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -18,10 +18,10 @@ # SPDX-License-Identifier: LGPL-2.1-or-later OR Apache-2.0 # -version: "1.2.0" +version: "1.3.0" description: "A component that provides communication and pairing primitives to an Astarte cluster" url: "https://github.com/astarte-platform/astarte-device-sdk-esp32" -documentation: "https://docs.astarte-platform.org/device-sdks/esp32/1.2/api" +documentation: "https://docs.astarte-platform.org/device-sdks/esp32/1.3/api" tags: - sdk