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,4 @@
idf_component_register(
SRCS "main.cpp"
INCLUDE_DIRS "."
REQUIRES ttn-esp32)