mirror of
https://github.com/NathanReeves/BlueCubeMod
synced 2024-11-21 08:45:01 -05:00
fixed v2 firmware to work using latest esp_idf
This commit is contained in:
parent
eb16a423e2
commit
72b7094ac0
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
|
Firmware/BlueCubeModv2/build/
|
||||||
|
7
Firmware/BlueCubeModv2/CMakeLists.txt
Normal file
7
Firmware/BlueCubeModv2/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
# The following lines of boilerplate have to be in your project's
|
||||||
|
# CMakeLists in this exact order for cmake to work correctly
|
||||||
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
|
project(BlueCubeModv2)
|
2
Firmware/BlueCubeModv2/main/CMakeLists.txt
Normal file
2
Firmware/BlueCubeModv2/main/CMakeLists.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
idf_component_register(SRCS "main.c"
|
||||||
|
INCLUDE_DIRS "")
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
0
Firmware/BlueCubeModv2/sdkconfig.ci
Normal file
0
Firmware/BlueCubeModv2/sdkconfig.ci
Normal file
7
Firmware/BlueCubeModv2/sdkconfig.defaults
Normal file
7
Firmware/BlueCubeModv2/sdkconfig.defaults
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
CONFIG_BT_ENABLED=y
|
||||||
|
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=n
|
||||||
|
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=y
|
||||||
|
CONFIG_BTDM_CTRL_MODE_BTDM=n
|
||||||
|
CONFIG_BT_CLASSIC_ENABLED=y
|
||||||
|
CONFIG_BT_HID_ENABLED=y
|
||||||
|
CONFIG_BT_HID_DEVICE_ENABLED=y
|
Loading…
Reference in New Issue
Block a user