From 9f45a2310d106c554187eec02ceb7d307a46fd41 Mon Sep 17 00:00:00 2001 From: ismail Date: Fri, 12 Sep 2025 10:27:46 +0300 Subject: [PATCH] Update and enrich the manifest file --- idf_component.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/idf_component.yml b/idf_component.yml index 414decb..7af8b04 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,6 +1,12 @@ -name: relay_chn version: "1.0.0" -description: "Custom component for relay channel control" +description: "Relay channel driver for bipolar motors." license: "MIT" url: "https://git.kozmotronik.com.tr/KozmotronikTech/relay_chn" -repository: "https://git.kozmotronik.com.tr/KozmotronikTech/relay_chn.git" \ No newline at end of file +repository: "https://git.kozmotronik.com.tr/KozmotronikTech/relay_chn.git" +dependencies: + idf: ">=5.0" +examples: + - path: examples/relay_chn_single + - path: examples/relay_chn_multi +files: + use_gitignore: true \ No newline at end of file