实现默认UDP进行广播
This commit is contained in:
@@ -183,7 +183,7 @@ uint8_t wifi_init(init_device_t *port)
|
||||
wifi_init_t init_struct = {
|
||||
.ap = {
|
||||
.ssid = "Sertorf", /**< SSID of soft-AP. If ssid_len field is 0, this must be a Null terminated string. Otherwise, length is set according to ssid_len. */
|
||||
.password = "12345678", /**< Password of soft-AP. */
|
||||
.password = "", /**< Password of soft-AP. */
|
||||
.ip_v4 = {192, 168, 1, 1},
|
||||
.gw_v4 = {192, 168, 1, 1},
|
||||
.mask_v4 = {255, 255, 255, 0},
|
||||
|
||||
Reference in New Issue
Block a user