bump to new idf version

This commit is contained in:
2023-12-02 02:26:27 +01:00
parent 56a58fca79
commit 2699d85193
5 changed files with 2279 additions and 816 deletions

View File

@@ -1,2 +1,2 @@
idf_component_register(SRCS "hello_world_main.c"
INCLUDE_DIRS "")
idf_component_register(SRCS "main.c" "font.c" "display.c" "text.c"
INCLUDE_DIRS "")