restructure and cleanup

This commit is contained in:
2023-03-05 18:12:04 +01:00
parent ec7b4eb16d
commit d21004f467
21 changed files with 2006 additions and 271 deletions

4
node/main/CMakeLists.txt Normal file
View File

@ -0,0 +1,4 @@
idf_component_register(
SRCS "ssd1366.cpp" "main.cpp"
INCLUDE_DIRS "."
REQUIRES ttn-esp32)