From 4be1e81399fcdd1834fb92a7c8c79844f6631aa3 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 26 Apr 2025 14:50:57 +0200 Subject: [PATCH] Delete examples/espidf-arduino-h2zero-BLE_scan/src/idf_component.yml --- .../src/idf_component.yml | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 examples/espidf-arduino-h2zero-BLE_scan/src/idf_component.yml diff --git a/examples/espidf-arduino-h2zero-BLE_scan/src/idf_component.yml b/examples/espidf-arduino-h2zero-BLE_scan/src/idf_component.yml deleted file mode 100644 index 0d925b9..0000000 --- a/examples/espidf-arduino-h2zero-BLE_scan/src/idf_component.yml +++ /dev/null @@ -1,41 +0,0 @@ -dependencies: - # Required IDF version - idf: ">=4.4" - - esp-nimble-cpp: - git: https://github.com/h2zero/esp-nimble-cpp.git - version: 877a29a8b1d0022c5e8f67ba8b879316e67b6c3d - - - # # Defining a dependency from the registry: - # # https://components.espressif.com/component/example/cmp - # example/cmp: "^3.3.3" # Automatically update minor releases - # - # # Other ways to define dependencies - # - # # For components maintained by Espressif only name can be used. - # # Same as `espressif/cmp` - # component: "~1.0.0" # Automatically update bugfix releases - # - # # Or in a longer form with extra parameters - # component2: - # version: ">=2.0.0" - # - # # For transient dependencies `public` flag can be set. - # # `public` flag doesn't have an effect for the `main` component. - # # All dependencies of `main` are public by default. - # public: true - # - # # For components hosted on non-default registry: - # service_url: "https://componentregistry.company.com" - # - # # For components in git repository: - # test_component: - # path: test_component - # git: ssh://git@gitlab.com/user/components.git - # - # # For test projects during component development - # # components can be used from a local directory - # # with relative or absolute path - # some_local_component: - # path: ../../projects/component