From e69372a2fed95f1b0eacc7a0fbc8932cdbcf111d Mon Sep 17 00:00:00 2001 From: Shubham Patil Date: Sat, 4 Sep 2021 16:31:57 +0530 Subject: [PATCH] examples: Fixed typos in comment --- examples/fan/main/app_main.c | 2 +- examples/gpio/main/app_main.c | 2 +- examples/homekit_switch/main/app_main.c | 2 +- examples/led_light/main/app_main.c | 2 +- examples/multi_device/main/app_main.c | 2 +- examples/switch/main/app_main.c | 2 +- examples/temperature_sensor/main/app_main.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/fan/main/app_main.c b/examples/fan/main/app_main.c index 76e632d..7c79493 100644 --- a/examples/fan/main/app_main.c +++ b/examples/fan/main/app_main.c @@ -67,7 +67,7 @@ void app_main() } ESP_ERROR_CHECK( err ); - /* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_init() + /* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_node_init() */ app_wifi_init(); diff --git a/examples/gpio/main/app_main.c b/examples/gpio/main/app_main.c index b69112d..ca512ac 100644 --- a/examples/gpio/main/app_main.c +++ b/examples/gpio/main/app_main.c @@ -51,7 +51,7 @@ void app_main() } ESP_ERROR_CHECK( err ); - /* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_init() + /* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_node_init() */ app_wifi_init(); diff --git a/examples/homekit_switch/main/app_main.c b/examples/homekit_switch/main/app_main.c index 958a994..3353a5c 100644 --- a/examples/homekit_switch/main/app_main.c +++ b/examples/homekit_switch/main/app_main.c @@ -104,7 +104,7 @@ void app_main() } ESP_ERROR_CHECK( err ); - /* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_init() + /* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_node_init() */ app_wifi_with_homekit_init(); diff --git a/examples/led_light/main/app_main.c b/examples/led_light/main/app_main.c index 58153ca..968d69a 100644 --- a/examples/led_light/main/app_main.c +++ b/examples/led_light/main/app_main.c @@ -78,7 +78,7 @@ void app_main() } ESP_ERROR_CHECK( err ); - /* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_init() + /* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_node_init() */ app_wifi_init(); diff --git a/examples/multi_device/main/app_main.c b/examples/multi_device/main/app_main.c index 101ca50..97f4536 100644 --- a/examples/multi_device/main/app_main.c +++ b/examples/multi_device/main/app_main.c @@ -75,7 +75,7 @@ void app_main() } ESP_ERROR_CHECK( err ); - /* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_init() + /* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_node_init() */ app_wifi_init(); diff --git a/examples/switch/main/app_main.c b/examples/switch/main/app_main.c index 1ea3bc7..d3c71de 100644 --- a/examples/switch/main/app_main.c +++ b/examples/switch/main/app_main.c @@ -114,7 +114,7 @@ void app_main() } ESP_ERROR_CHECK( err ); - /* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_init() + /* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_node_init() */ app_wifi_init(); diff --git a/examples/temperature_sensor/main/app_main.c b/examples/temperature_sensor/main/app_main.c index 80bef6f..a7990c8 100644 --- a/examples/temperature_sensor/main/app_main.c +++ b/examples/temperature_sensor/main/app_main.c @@ -41,7 +41,7 @@ void app_main() } ESP_ERROR_CHECK( err ); - /* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_init() + /* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_node_init() */ app_wifi_init();