ESP-wifi-蓝牙

wifi:三个步骤 getting_started

partitions.csv

Name, Type, SubType, Offset, Size, Flags

Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap

nvs, data, nvs, , 0x4000,

otadata, data, ota, , 0x2000,

phy_init, data, phy, , 0x1000,

Original App Section

ota_0, app, ota_0, , 1800K,

New App Section

ota_1, app, ota_1, , 1800K,
Kconfig.projbuild

menu "*****(自行取名) Configuration"

config ESP_WIFI_SSID

string "WiFi SSID"

default "myssid"

help

SSID (network name) for the example to connect to.

config ESP_WIFI_PASSWORD

string "WiFi Password"

default "mypassword"

help

WiFi password (WPA or WPA2) for the example to use.

choice ESP_WIFI_SAE_MODE

prompt "WPA3 SAE mode selection"

default ESP_WPA3_SAE_PWE_BOTH

help

Select mode for SAE as Hunt and Peck, H2E or both.

config ESP_WPA3_SAE_PWE_HUNT_AND_PECK

bool "HUNT AND PECK"

config ESP_WPA3_SAE_PWE_HASH_TO_ELEMENT

bool "H2E"

config ESP_WPA3_SAE_PWE_BOTH

bool "BOTH"

endchoice

config ESP_WIFI_PW_ID

string "PASSWORD IDENTIFIER"

depends on ESP_WPA3_SAE_PWE_HASH_TO_ELEMENT|| ESP_WPA3_SAE_PWE_BOTH

default ""

help

password identifier for SAE H2E

config ESP_MAXIMUM_RETRY

int "Maximum retry"

default 5

help

Set the Maximum retry to avoid station reconnecting to the AP unlimited when the AP is really inexistent.

choice ESP_WIFI_SCAN_AUTH_MODE_THRESHOLD

prompt "WiFi Scan auth mode threshold"

default ESP_WIFI_AUTH_WPA2_PSK

help

The weakest authmode to accept in the scan mode.

This value defaults to ESP_WIFI_AUTH_WPA2_PSK incase password is present and ESP_WIFI_AUTH_OPEN is used.

Please select ESP_WIFI_AUTH_WEP/ESP_WIFI_AUTH_WPA_PSK incase AP is operating in WEP/WPA mode.

config ESP_WIFI_AUTH_OPEN

bool "OPEN"

config ESP_WIFI_AUTH_WEP

bool "WEP"

config ESP_WIFI_AUTH_WPA_PSK

bool "WPA PSK"

config ESP_WIFI_AUTH_WPA2_PSK

bool "WPA2 PSK"

config ESP_WIFI_AUTH_WPA_WPA2_PSK

bool "WPA/WPA2 PSK"

config ESP_WIFI_AUTH_WPA3_PSK

bool "WPA3 PSK"

config ESP_WIFI_AUTH_WPA2_WPA3_PSK

bool "WPA2/WPA3 PSK"

config ESP_WIFI_AUTH_WAPI_PSK

bool "WAPI PSK"

endchoice

endmenu

蓝牙:

gatt_server
相关推荐
Re.不晚5 小时前
MySQL进阶之战——索引、事务与锁、高可用架构的三重奏
数据库·mysql·架构
老邓计算机毕设5 小时前
SSM智慧社区信息化服务平台4v5hv(程序+源码+数据库+调试部署+开发环境)带论文文档1万字以上,文末可获取,系统界面在最后面
数据库·ssm 框架·智慧社区、·信息化平台
0思必得05 小时前
[Web自动化] Selenium处理滚动条
前端·爬虫·python·selenium·自动化
Misnice5 小时前
Webpack、Vite、Rsbuild区别
前端·webpack·node.js
青茶3605 小时前
php怎么实现订单接口状态轮询(二)
前端·php·接口
麦聪聊数据5 小时前
为何通用堡垒机无法在数据库运维中实现精准风控?
数据库·sql·安全·低代码·架构
2301_790300965 小时前
Python数据库操作:SQLAlchemy ORM指南
jvm·数据库·python
m0_736919105 小时前
用Pandas处理时间序列数据(Time Series)
jvm·数据库·python
亓才孓5 小时前
[JDBC]PreparedStatement替代Statement
java·数据库
大橙子额6 小时前
【解决报错】Cannot assign to read only property ‘exports‘ of object ‘#<Object>‘
前端·javascript·vue.js