Skip to content

Commit 5572259

Browse files
authored
Merge branch 'master' into dev
2 parents 8cc9a8a + ae365e1 commit 5572259

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
fqbn: Inkplate_Boards:esp32:Inkplate6COLOR
3636
additional-sketch-paths: |
3737
- examples/Inkplate6COLOR
38-
- board:
39-
fqbn: Inkplate_Boards:esp32:Inkplate5
40-
additional-sketch-paths: |
41-
- examples/Inkplate5
4238
- board:
4339
fqbn: Inkplate_Boards:esp32:Inkplate2
4440
additional-sketch-paths: |
@@ -53,7 +49,7 @@ jobs:
5349
with:
5450
github-token: ${{ secrets.GITHUB_TOKEN }}
5551
platforms: |
56-
- source-url: https://github.com/SolderedElectronics/Dasduino-Board-Definitions-for-Arduino-IDE/raw/dev/package_Dasduino_Boards_index.json
52+
- source-url: https://github.com/SolderedElectronics/Dasduino-Board-Definitions-for-Arduino-IDE/raw/master/package_Dasduino_Boards_index.json
5753
name: Inkplate_Boards:esp32
5854
5955
fqbn: ${{ matrix.board.fqbn }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![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)
44

55
<p align="center">
6-
<img src="https://raw.githubusercontent.com/SolderedElectronics/Inkplate-Arduino-library/dev/extras/InkplateImage.jpg">
6+
<img src="https://raw.githubusercontent.com/SolderedElectronics/Inkplate-Arduino-library/master/extras/InkplateImage.jpg">
77
</p>
88

99
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.

0 commit comments

Comments
 (0)