Skip to content

Commit 8303aa0

Browse files
trevarjJamie C. Driver
authored andcommitted
diy: enable waveshare bluetooth
The device supports bluetooth and it works well, so I've enabled it by default. Anyone who doesn't want to use it can apply NORADIO to the config per instructions in the DIY readme.
1 parent e84a9f6 commit 8303aa0

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

configs/sdkconfig_display_waveshares3_touch_lcd2.defaults

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1-
CONFIG_APP_NO_BLOBS=y
21
CONFIG_APP_REPRODUCIBLE_BUILD=y
32
CONFIG_BF20A6_SUPPORT=n
43
CONFIG_BF3005_SUPPORT=n
54
CONFIG_BOARD_TYPE_WS_TOUCH_LCD2=y
65
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
76
CONFIG_BOOTLOADER_WDT_ENABLE=n
7+
CONFIG_BT_ENABLED=y
8+
CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU=517
9+
CONFIG_BT_NIMBLE_ENABLED=y
10+
CONFIG_BT_NIMBLE_GAP_DEVICE_NAME_MAX_LEN=11
11+
CONFIG_BT_NIMBLE_HOST_TASK_STACK_SIZE=5632
12+
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
13+
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
14+
CONFIG_BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL=y
15+
CONFIG_BT_NIMBLE_NVS_PERSIST=y
16+
CONFIG_BT_NIMBLE_ROLE_BROADCASTER=n
17+
CONFIG_BT_NIMBLE_ROLE_CENTRAL=n
18+
CONFIG_BT_NIMBLE_ROLE_OBSERVER=n
19+
CONFIG_BT_NIMBLE_SM_LEGACY=n
20+
CONFIG_BT_NIMBLE_SVC_GAP_DEVICE_NAME="j"
821
CONFIG_BUTTON_LONG_PRESS_HOLD_SERIAL_TIME_MS=100
922
CONFIG_BUTTON_LONG_PRESS_TIME_MS=500
1023
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y

0 commit comments

Comments
 (0)