CMakeLists.txt 403 B

123456789
  1. idf_component_register(SRCS "dns_server.c" "http_server.c" "wifi_manager.c"
  2. INCLUDE_DIRS .
  3. REQUIRES esp_common newlib freertos spi_flash nvs_flash mdns pthread wpa_supplicant platform_console squeezelite-ota
  4. EMBED_FILES style.css code.js index.html bootstrap.min.css.gz jquery.min.js.gz popper.min.js.gz bootstrap.min.js.gz
  5. )