From 865e195e3abf7d8b7b5f4f8c823db8a779ac67a2 Mon Sep 17 00:00:00 2001 From: Abhijit Bose Date: Thu, 22 Aug 2024 21:33:01 +0530 Subject: [PATCH 1/3] Update library.properties and update to URI + revision --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 7c55afd..0df9b6a 100644 --- a/library.properties +++ b/library.properties @@ -1,12 +1,12 @@ name=avdweb_HeartBeat -version=0.0.0 +version=0.0.1 author=Albert van Dalen license=GPL-3.0-or-later maintainer=Abhijit Bose (aka. Boseji) sentence=avdweb_HeartBeat Library paragraph=Heart Beat Library for diagnostic blinking LED error code and much more! category=Data Processing -url=https://github.com/avandalen/avdweb_HeartBeat +url=https://github.com/avdwebLibraries/avdweb_HeartBeat architectures=* includes=avdweb_HeartBeat.h depends=avdweb_VirtualDelay, Streaming From 06fd1207d1a4f92c8fe920da9a54f7ae73ea9893 Mon Sep 17 00:00:00 2001 From: Abhijit Bose Date: Thu, 22 Aug 2024 21:33:48 +0530 Subject: [PATCH 2/3] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b773aa6..c01d509 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: arduino/arduino-lint-action@v1 with: - library-manager: submit + library-manager: update compliance: strict format: From fd5f08d9593399c2ad2c975907ea7c6e5480d1d6 Mon Sep 17 00:00:00 2001 From: Abhijit Bose Date: Thu, 22 Aug 2024 21:35:16 +0530 Subject: [PATCH 3/3] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c01d509..b773aa6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: arduino/arduino-lint-action@v1 with: - library-manager: update + library-manager: submit compliance: strict format: