File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 22#include < stddef.h>
33#include < string.h>
44#include < zephyr/kernel.h>
5- #include < zephyr/logging/log.h>
65#include < zephyr/types.h>
76
87#include < zephyr/net/net_mgmt.h>
1110#include < cstdint>
1211#include < cstdio>
1312
14- LOG_MODULE_REGISTER (WARDuinoWifiTest, LOG_LEVEL_INF);
15-
1613#define EVENT_MASK (NET_EVENT_WIFI_CONNECT_RESULT | NET_EVENT_WIFI_DISCONNECT_RESULT)
1714
1815static struct net_mgmt_event_callback mgmt_cb;
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=n
You can’t perform that action at this time.
0 commit comments