File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ CONFIG_STM32_ENABLE_DEBUG_SLEEP_STOP=y
3939#CONFIG_ESP32_USE_UNSUPPORTED_REVISION=y
4040
4141# Display drivers
42- CONFIG_DISPLAY=n
42+ CONFIG_DISPLAY=y
4343
4444# Needed for random number generation primitives
4545CONFIG_ENTROPY_GENERATOR=y
@@ -49,12 +49,12 @@ CONFIG_NETWORKING=y
4949CONFIG_NET_MGMT=y
5050# Optional but useful
5151CONFIG_NET_MGMT_EVENT=y
52- CONFIG_NET_MGMT_EVENT_INFO=y
52+ # Optional for cb->info
53+ CONFIG_NET_MGMT_EVENT_INFO=n
5354
5455CONFIG_WIFI=y
5556CONFIG_NET_L2_WIFI_MGMT=y
56- #CONFIG_WIFI_SHELL=n
57- #CONFIG_NET_L2_WIFI=y
57+ CONFIG_NET_SHELL=n
5858
5959CONFIG_NET_IPV4=y
6060CONFIG_NET_IPV6=n
@@ -66,10 +66,7 @@ CONFIG_NET_BUF_TX_COUNT=20
6666CONFIG_NET_MAX_CONTEXTS=10
6767
6868CONFIG_NET_DHCPV4=y
69- CONFIG_NET_DHCPV4_LOG_LEVEL_INF=y
70- CONFIG_NET_IPV4_LOG_LEVEL_DBG=y
71- CONFIG_NET_DHCPV4_LOG_LEVEL_DBG=y
7269
7370CONFIG_WIFI_CREDENTIALS=n
7471
75- CONFIG_LOG=y
72+ CONFIG_LOG=y
You can’t perform that action at this time.
0 commit comments