CMakeLists.txt 171 B

12345
  1. idf_component_register(SRC_DIRS .
  2. INCLUDE_DIRS .
  3. REQUIRES json tools platform_config wifi-manager esp-tls platform_config
  4. PRIV_REQUIRES esp32 freertos
  5. )