alles ums licht im Keller und Sommerschein
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.

23 lines
1.0 KiB

4 months ago
set(COMPONENT_REQUIRES "protocol_examples_common")
set(COMPONENT_REQUIRES "Adafruit_Keypad")
set(COMPONENT_REQUIRES "ESPRotary")
set(COMPONENT_REQUIRES "esp_server")
set(COMPONENT_REQUIRES "esp_dmx")
set(COMPONENT_REQUIRES "esp_lan")
idf_component_register(SRCS "idf_sniffer.c" "storage.c" "controls.cpp" "led_strip_rmt_ws2812.cpp" "maddius_matrix_control_main.cpp"
INCLUDE_DIRS "."
# EMBED_TXTFILES "certs/servercert.pem"
# "certs/prvtkey.pem"
# "esp_vue/dist/index.html"
# "esp_vue/dist/favicon.ico"
# "esp_vue/dist/assets/AboutView.css"
# "esp_vue/dist/assets/AboutView.js"
# "esp_vue/dist/assets/index.css"
# "esp_vue/dist/assets/index.js"
# "esp_vue/dist/assets/logo.svg"
)
fatfs_create_spiflash_image(storage storage FLASH_IN_PROJECT)