CMakeLists.txt 355 B

123456
  1. idf_component_register(SRCS "dns_server.c" "http_server.c" "json.c" "wifi_manager.c"
  2. INCLUDE_DIRS .
  3. REQUIRES esp_common
  4. PRIV_REQUIRES newlib freertos spi_flash nvs_flash mdns pthread wpa_supplicant cmd_system
  5. EMBED_FILES style.css jquery.gz code.js index.html
  6. )