From 43eae090995db0f5fc12d5b0092ad82f85e9c8d9 Mon Sep 17 00:00:00 2001 From: Rei Vilo Date: Wed, 11 Dec 2024 09:53:07 +0100 Subject: [PATCH] Release 8.1.0 Updated arduino-lint --- .github/workflows/main.yml | 5 ++++- README.md | 4 ++-- src/hV_Documentation.h | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b6aebd1..6b98ed5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,4 +7,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: arduino/arduino-lint-action@v2 - + with: + library-manager: update + compliance: specification + diff --git a/README.md b/README.md index d3fe645..71ca8e2 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ the boards and the kit -* [E-paper Pervasive Displays Kit for Matter (EPDK-Matter)](https://www.pervasivedisplays.com), which includes a Pervasive Displays [EPD Extension Kit Gen 4 (EXT4)](https://www.pervasivedisplays.com/product/epd-extension-kit-gen-3-EXT3/) and a Pervasive Displays EXT4-to-Nano adapter boards, a Pervasive Displays [2.9″ 384x168 E-ink monochrome high-definition](https://www.pervasivedisplays.com/product/2-9-e-ink-displays/) with embedded fast update and wide temperature display, an [Arduino Nano Matter](https://store.arduino.cc/pages/nano-matter) board based on [Silicon Labs MGM240S](https://www.silabs.com/wireless/zigbee/efr32mg24-series-2-modules). +* [E-Paper Development Kit for Matter (EPDK-Matter)](https://www.pervasivedisplays.com), which includes a Pervasive Displays [EPD Extension Kit Gen 4 (EXT4)](https://www.pervasivedisplays.com/product/epd-extension-kit-gen-3-EXT3/) and a Pervasive Displays EXT4-to-Nano adapter boards, a Pervasive Displays [2.9″ 384x168 E-ink monochrome high-definition](https://www.pervasivedisplays.com/product/2-9-e-ink-displays/) with embedded fast update and wide temperature display, an [Arduino Nano Matter](https://store.arduino.cc/pages/nano-matter) board based on [Silicon Labs MGM240S](https://www.silabs.com/wireless/zigbee/efr32mg24-series-2-modules). The library has also been tested successfully against the [Silicon Labs EFR32xG24 Explorer Kit](https://www.silabs.com/development-tools/wireless/efr32xg24-explorer-kit) board. @@ -156,7 +156,7 @@ Software Hardware * Pervasive Displays EPD Extension Kit Gen 4 (EXT4) -* Pervasive Displays E-paper Pervasive Displays Kit for Matter (EPDK-Matter) with Arduino Nano Matter +* Pervasive Displays E-Paper Development Kit for Matter (EPDK-Matter) with Arduino Nano Matter ## Licence diff --git a/src/hV_Documentation.h b/src/hV_Documentation.h index 93bbb85..9b119a3 100755 --- a/src/hV_Documentation.h +++ b/src/hV_Documentation.h @@ -23,7 +23,7 @@ /// * **PDLS_EXT3_Basic_Wide** for [monochrome screens with wide temperature and embedded fast update](https://www.pervasivedisplays.com/products-e-ink-display/?_sft_etc_itc=pu&_sft_temperature_range=m15c-to-p60c) (film `K`), /// * **PDLS_EXT3_Basic_Touch** for [monochrome screens with capacitive touch](https://www.pervasivedisplays.com/products-e-ink-display/?_sft_etc_itc=tp), /// * **PDLS_EXT3_Basic_BWRY** for [black-white-red-yellow screens](https://www.pervasivedisplays.com/products-e-ink-display/?_sft_product_colour=black-white-red-yellow) (film `Q`), -/// * **PDLS_EXT4_Basic_Matter** for the [E-paper Pervasive Displays Kit for Matter (EPDK-Matter)](https://www.pervasivedisplays.com); +/// * **PDLS_EXT4_Basic_Matter** for the [E-Paper Development Kit for Matter (EPDK-Matter)](https://www.pervasivedisplays.com); /// /// the boards /// @@ -35,7 +35,7 @@ /// /// * [EPD Pico Kit (EPDK-266)](https://www.pervasivedisplays.com/product/epd-pico-kit-epdk/), which includes a Raspberry Pi Pico RP2040, an EXT3.1 extension board and a 2.66" monochrome panel, /// * [EPD Pico Kit Touch (EPDK-271-Touch)](https://www.pervasivedisplays.com/product/touch-expansion-board-ext3-touch/#tab-3), which includes a an EXT3.1 extension board, an EXT3-Touch expansion board, and a 2.71"-Touch monochrome panel with embedded fast update, -/// * [E-paper Pervasive Displays Kit for Matter (EPDK-Matter)](https://www.pervasivedisplays.com/product/epdk-matter/#tab-3), which bundles an Arduino Nano Matter, an EXT4 board and a 2.90" high-definition monochrome panel with wide temperature and embedded fast update. +/// * [E-Paper Development Kit for Matter (EPDK-Matter)](https://www.pervasivedisplays.com/product/epdk-matter/), which bundles an Arduino Nano Matter, an EXT4 board and a 2.90" high-definition monochrome panel with wide temperature and embedded fast update. /// /// @b Documentation ///