CMakeLists.txt 156 B

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