File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ void app_main()
67
67
}
68
68
ESP_ERROR_CHECK ( err );
69
69
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 ()
71
71
*/
72
72
app_wifi_init ();
73
73
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ void app_main()
51
51
}
52
52
ESP_ERROR_CHECK ( err );
53
53
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 ()
55
55
*/
56
56
app_wifi_init ();
57
57
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ void app_main()
104
104
}
105
105
ESP_ERROR_CHECK ( err );
106
106
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 ()
108
108
*/
109
109
app_wifi_with_homekit_init ();
110
110
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ void app_main()
78
78
}
79
79
ESP_ERROR_CHECK ( err );
80
80
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 ()
82
82
*/
83
83
app_wifi_init ();
84
84
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ void app_main()
75
75
}
76
76
ESP_ERROR_CHECK ( err );
77
77
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 ()
79
79
*/
80
80
app_wifi_init ();
81
81
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ void app_main()
114
114
}
115
115
ESP_ERROR_CHECK ( err );
116
116
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 ()
118
118
*/
119
119
app_wifi_init ();
120
120
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ void app_main()
41
41
}
42
42
ESP_ERROR_CHECK ( err );
43
43
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 ()
45
45
*/
46
46
app_wifi_init ();
47
47
You can’t perform that action at this time.
0 commit comments