实现默认UDP进行广播

This commit is contained in:
OPTOC
2025-08-29 14:29:59 +08:00
parent 5e9b0a51cb
commit 5c37aac938
2 changed files with 24 additions and 1 deletions

View File

@@ -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},