Power off for C++

This commit is contained in:
Manuel Bl
2021-09-29 18:02:52 +02:00
parent b626ccb61a
commit ba481ceac5
5 changed files with 189 additions and 1 deletions

View File

@ -0,0 +1,10 @@
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
# Update the below line to match the path to the ttn-esp32 library,
# e.g. list(APPEND EXTRA_COMPONENT_DIRS "/Users/me/Documents/ttn-esp32")
list(APPEND EXTRA_COMPONENT_DIRS "../..")
#add_definitions(-DLMIC_ENABLE_event_logging=1)
project(power_off)