2022-01-24 21:32:33 +00:00
|
|
|
idf_component_register(
|
2022-05-10 22:57:21 +00:00
|
|
|
SRCS "main.c" "menu.c" "fpga_test.c" "pax_keyboard.c" "system_wrapper.c" "appfs_wrapper.c" "graphics_wrapper.c" "settings.c" "wifi_connection.c" "rp2040_updater.c"
|
2022-04-08 21:15:57 +00:00
|
|
|
INCLUDE_DIRS "." "include"
|
2022-01-24 21:32:33 +00:00
|
|
|
)
|