armchair_fw/main/CMakeLists.txt
jonny_ji7 ffb415fb11 init (esp-idf sample_project)
Rewrite of firmware controlling an electric armchair (previous firmware
developed 2019-2021)

- Init esp-idf project: with esp-idf version v4.4.1 installed ran command `idf.py create-project
armchair`

- Add connection plan from old repo
2022-06-04 18:17:15 +02:00

3 lines
79 B
CMake

idf_component_register(SRCS "armchair.c"
INCLUDE_DIRS ".")