diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 7a539589..5e4c1633 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -35,10 +35,6 @@ jobs: fqbn: Inkplate_Boards:esp32:Inkplate6COLOR additional-sketch-paths: | - examples/Inkplate6COLOR - - board: - fqbn: Inkplate_Boards:esp32:Inkplate5 - additional-sketch-paths: | - - examples/Inkplate5 - board: fqbn: Inkplate_Boards:esp32:Inkplate2 additional-sketch-paths: | @@ -53,7 +49,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} platforms: | - - source-url: https://github.com/SolderedElectronics/Dasduino-Board-Definitions-for-Arduino-IDE/raw/dev/package_Dasduino_Boards_index.json + - source-url: https://github.com/SolderedElectronics/Dasduino-Board-Definitions-for-Arduino-IDE/raw/master/package_Dasduino_Boards_index.json name: Inkplate_Boards:esp32 fqbn: ${{ matrix.board.fqbn }} diff --git a/README.md b/README.md index 92050c4e..c51a0ebb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Compile Sketches](https://github.com/e-radionicacom/Inkplate-Arduino-library/actions/workflows/compile.yml/badge.svg?branch=master)](https://github.com/e-radionicacom/Inkplate-Arduino-library/actions/workflows/compile.yml)
- +
Arduino library for all-in-one e-paper display family named Inkplate can be found in this repo. Inkplate is a series of powerful, Wi-Fi and Bluetooth enabled, ESP32 based e-paper display products. Its main feature is simplicity. Just plug in a USB cable, open Arduino IDE, and change the contents of the screen with few lines of code. Inkplate family currently includes Inkplate 10, Inkplate 6 and Inkplate 6PLUS, Inkplate 6COLOR and Inkplate 2.