Skip to content

Commit 669b6f7

Browse files
committed
Merge branch 'bugfix/typos_in_examples' into 'master'
examples: Fixed typos in comment See merge request app-frameworks/esp-rainmaker!267
2 parents eda2461 + e69372a commit 669b6f7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/fan/main/app_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void app_main()
6767
}
6868
ESP_ERROR_CHECK( err );
6969

70-
/* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_init()
70+
/* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_node_init()
7171
*/
7272
app_wifi_init();
7373

examples/gpio/main/app_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void app_main()
5151
}
5252
ESP_ERROR_CHECK( err );
5353

54-
/* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_init()
54+
/* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_node_init()
5555
*/
5656
app_wifi_init();
5757

examples/homekit_switch/main/app_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ void app_main()
104104
}
105105
ESP_ERROR_CHECK( err );
106106

107-
/* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_init()
107+
/* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_node_init()
108108
*/
109109
app_wifi_with_homekit_init();
110110

examples/led_light/main/app_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ void app_main()
7878
}
7979
ESP_ERROR_CHECK( err );
8080

81-
/* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_init()
81+
/* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_node_init()
8282
*/
8383
app_wifi_init();
8484

examples/multi_device/main/app_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void app_main()
7575
}
7676
ESP_ERROR_CHECK( err );
7777

78-
/* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_init()
78+
/* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_node_init()
7979
*/
8080
app_wifi_init();
8181

examples/switch/main/app_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ void app_main()
114114
}
115115
ESP_ERROR_CHECK( err );
116116

117-
/* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_init()
117+
/* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_node_init()
118118
*/
119119
app_wifi_init();
120120

examples/temperature_sensor/main/app_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void app_main()
4141
}
4242
ESP_ERROR_CHECK( err );
4343

44-
/* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_init()
44+
/* Initialize Wi-Fi. Note that, this should be called before esp_rmaker_node_init()
4545
*/
4646
app_wifi_init();
4747

0 commit comments

Comments
 (0)