File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -74,23 +74,17 @@ class CWifi {
74
74
*/
75
75
uint32_t firmwareVersionU32 ();
76
76
77
- /* *
78
- * @brief Start WiFi connection for OPEN networks.
79
- *
80
- * @param `ssid` a pointer to the SSID string.
81
- */
82
- int begin (const char * ssid);
83
-
84
77
/*
85
78
* PING
86
79
*/
87
80
int ping (IPAddress ip, uint8_t ttl = 128 , uint8_t count = 1 );
88
81
int ping (const String &hostname, uint8_t ttl = 128 , uint8_t count = 1 );
89
82
int ping (const char * host, uint8_t ttl = 128 , uint8_t count = 1 );
90
83
91
- /*
92
- * Start WiFi connection for OPEN networks
93
- * param ssid: Pointer to the SSID string.
84
+ /* *
85
+ * @brief Start WiFi connection for OPEN networks.
86
+ *
87
+ * @param `ssid` a pointer to the SSID string.
94
88
*/
95
89
int begin (const char * ssid);
96
90
@@ -114,7 +108,6 @@ class CWifi {
114
108
* @return `1` if the Access Point is successfully started. `0` if the Access Point initialization failed.
115
109
*/
116
110
uint8_t beginAP (const char *ssid);
117
- uint8_t beginAP (const char *ssid);
118
111
119
112
/* *
120
113
* @brief Starts a Wi-Fi Access Point (AP) with the specified SSID and channel.
You can’t perform that action at this time.
0 commit comments