- fix missing mac address in hello message when ethernet is used
- fix noise when adau1961 is used and muted - fix ESP32 not booting because active REFCLK from LAN8720 some code polish
This commit is contained in:
@@ -203,9 +203,9 @@ CONFIG_SNTP_SERVER="pool.ntp.org"
|
||||
#
|
||||
# Wifi Configuration
|
||||
#
|
||||
# CONFIG_ENABLE_WIFI_PROVISIONING is not set
|
||||
CONFIG_WIFI_SSID="myssid"
|
||||
CONFIG_WIFI_PASSWORD="mypassword"
|
||||
CONFIG_ENABLE_WIFI_PROVISIONING=y
|
||||
CONFIG_WIFI_PROVISIONING_SSID="prov_snapclient"
|
||||
CONFIG_WIFI_PROVISIONING_PASSWORD="12345678"
|
||||
CONFIG_WIFI_MAXIMUM_RETRY=0
|
||||
# end of Wifi Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user