CMakeLists.txt 154 B

1234567
  1. idf_component_register( SRC_DIRS .
  2. INCLUDE_DIRS .
  3. PRIV_REQUIRES tools newlib console esp_common freertos
  4. REQUIRES nvs_flash json
  5. )