idf_component_register(SRCS "main.c" "draw.c" "ble.c" "game.c" INCLUDE_DIRS "." PRIV_REQUIRES driver nvs_flash bt vfs) if(DEBUG) target_compile_definitions(${COMPONENT_LIB} PUBLIC DEBUG) endif()