- 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:
Karl Osterseher
2023-01-25 23:36:29 +01:00
Unverified
parent 8571c487f6
commit e994a44222
6 changed files with 98 additions and 54 deletions

View File

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