Skip to content

Commit a1fcfcb

Browse files
committed
use GUI component from ESP-BOX
1 parent 960b1c8 commit a1fcfcb

File tree

4 files changed

+841
-76
lines changed

4 files changed

+841
-76
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)