esp32c3-devkit/ble: add CONFIG_NETDEV_LATEINIT to defconfig
This commit is contained in:
parent
cff7c760a5
commit
8c755c9414
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue