mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
Most boards enable the UART console because it's needed for USB (where USB CDC creates a virtual UART), and for ctrl-C to work. The `prj_minimal.conf` settings still use CONSOLE_SUBSYS. Fixes issue #17608. Signed-off-by: Damien George <damien@micropython.org>
8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
CONFIG_NETWORKING=n
|
|
CONFIG_BT=y
|
|
CONFIG_BT_DEVICE_NAME_DYNAMIC=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_CENTRAL=y
|
|
|
|
CONFIG_MICROPY_HEAP_SIZE=98304
|