
7 changed files with 2387 additions and 1191 deletions
@ -1 +1,2 @@
@@ -1 +1,2 @@
|
||||
.DS_Store |
||||
.DS_Store |
||||
Firmware/BlueCubeModv2/build/ |
||||
|
@ -0,0 +1,7 @@
@@ -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) |
@ -0,0 +1,2 @@
@@ -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
Loading…
Reference in new issue