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
3 lines
79 B
CMake
3 lines
79 B
CMake
idf_component_register(SRCS "armchair.c"
|
|
INCLUDE_DIRS ".")
|