Skip to content

Commit b43fc3c

Browse files
authored
Merge pull request #2 from georgik/feature/image-preview
Feature/image preview
2 parents 960b1c8 + 4b5e14e commit b43fc3c

File tree

5 files changed

+870
-64
lines changed

5 files changed

+870
-64
lines changed

main/CMakeLists.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
idf_component_register(SRCS "graphical_bootloader_main.c" "bootloader_ui.c"
2-
INCLUDE_DIRS ".")
1+
idf_component_register(SRCS
2+
"bootloader_ui.c"
3+
"graphical_bootloader_main.c"
4+
"image/icon_about_us.c"
5+
6+
INCLUDE_DIRS
7+
".")

0 commit comments

Comments
 (0)