update config

This commit is contained in:
gcw_4spBpAfv
2026-05-11 18:05:37 +08:00
parent bd5ebdaa43
commit 0a1c7cff5c
2 changed files with 10 additions and 1 deletions

View File

@@ -43,7 +43,8 @@ WIFI_CONFIG_AP_PASSWORD = "12345678" # 热点密码WPA2 通常至少 8
WIFI_CONFIG_HTTP_HOST = "0.0.0.0" # HTTP 监听地址
WIFI_CONFIG_HTTP_PORT = 8080 # 默认 8080避免占用 80 需 root
WIFI_CONFIG_AP_IP = "192.168.66.1" # 与 MaixPy Wifi.start_ap 默认一致,手机访问 http://192.168.66.1:8080/
# 这个地址需要和 /boot/wifi.ipv4_prefix 配合,才能正确访问。
# 比如说 /boot/wifi.ipv4_prefix 需要写成 192.168.66
# ===== TCP over SSL(TLS) 配置 =====
USE_TCP_SSL = True # True=按手册走 MSSLCFG/MIPCFG 绑定 SSL
TCP_LINK_ID = 2 #