esp32 firmware for a toaster reflow oven WIP!!!!!
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
set(COMPONENT_SRCS
|
|
|
|
"app_main.c"
|
|
|
|
"knob.c"
|
|
|
|
"liquid/gui.c"
|
|
|
|
"analog.c"
|
|
|
|
"liquid/liquid.c"
|
|
|
|
"scenes/scene_root.c"
|
|
|
|
"scenes/scene_bootanim.c"
|
|
|
|
"scenes/scene_menu.c"
|
|
|
|
"scenes/scene_number.c"
|
|
|
|
"scenes/scene_manual_menu.c"
|
|
|
|
"graphics/nokia.c"
|
|
|
|
"graphics/utf8.c"
|
|
|
|
"graphics/font.c"
|
|
|
|
"graphics/drawing.c"
|
|
|
|
"graphics/bitmaps.c"
|
|
|
|
"web/websrv.c"
|
|
|
|
"files/files_enum.c"
|
|
|
|
"utils.c"
|
|
|
|
"arduinopid.c"
|
|
|
|
"firehazard.c"
|
|
|
|
)
|
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS "." "liquid" "graphics")
|
|
|
|
|
|
|
|
#begin staticfiles
|
|
|
|
# generated by rebuild_file_tables
|
|
|
|
set(COMPONENT_EMBED_FILES
|
|
|
|
"files/embed/favicon.ico"
|
|
|
|
"files/embed/index.html")
|
|
|
|
#end staticfiles
|
|
|
|
|
|
|
|
register_component()
|