finally can compile the bme driver

This commit is contained in:
2020-09-13 18:00:01 -05:00
parent e968df1ca4
commit 6268ccd49f
9 changed files with 2020 additions and 8 deletions

View File

@@ -4,7 +4,10 @@ cmake_minimum_required(VERSION 3.5)
# (Not part of the boilerplate)
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
set(EXTRA_COMPONENT_DIRS
$ENV{IDF_PATH}/examples/common_components/protocol_examples_common
components/bme280
)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(bme280)
project(bme280_station)