Adapt various input devices to various output devices.
https://github.com/OpenRetroPad/OpenRetroPad
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
340 B
13 lines
340 B
# Override some defaults so BT stack is enabled |
|
# and WiFi disabled by default in this example |
|
CONFIG_BT_ENABLED=y |
|
CONFIG_ESP32_ENABLE_STACK_BT=y |
|
|
|
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y |
|
|
|
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n |
|
CONFIG_BTDM_CTRL_MODE_BTDM=n |
|
|
|
CONFIG_WIFI_ENABLED=n |
|
CONFIG_ESP32_ENABLE_STACK_WIFI=n |
|
CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE=n
|
|
|