CMakeLists.txt 162 B

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