esp32c3-devkit/ble: add CONFIG_NETDEV_LATEINIT to defconfig

This commit is contained in:
Janne Rosberg 2022-03-17 11:22:29 +02:00 committed by Petro Karashchenko
parent cff7c760a5
commit 8c755c9414
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ CONFIG_IDLETHREAD_STACKSIZE=3072
CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INTELHEX_BINARY=y
CONFIG_NAME_MAX=48
CONFIG_NETDEV_LATEINIT=y
CONFIG_NET_BLUETOOTH=y
CONFIG_NET_SOCKOPTS=y
CONFIG_NET_TCP=y