mirror of
https://gitlab.com/fabinfra/fabhardware/fabreader3.git
synced 2025-03-12 22:51:42 +01:00
5 lines
355 B
CMake
5 lines
355 B
CMake
idf_component_register(SRCS "fab-reader2.c" "nfc/pollingtagdetect.c" "epd/qrurn.c" "epd/FabAccess_Icon_NoHeader.c" "epd/EPD_2in66_test.c" "epd/epd.c" "epd/EPD_2in66_test.c" "ota/ota.c"
|
|
INCLUDE_DIRS "." "nfc" "epd" "ota"
|
|
REQUIRES "rfal" "epd_266" "epd_gfx"
|
|
PRIV_REQUIRES "driver nvs_flash mqtt")
|