This commit is contained in:
Elias Ahokas
2025-10-15 20:51:21 +03:00
parent 901b8b4362
commit 022b5eb412
5 changed files with 1488 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
idf_component_register(SRCS "main.c"
INCLUDE_DIRS ".")
INCLUDE_DIRS "."
REQUIRES lvgl)