Fix macros and specify lib ver

This commit is contained in:
Just Call Me Koko
2023-07-18 20:51:58 -04:00
parent 1917089ecb
commit 1de9dd76c6
5 changed files with 64 additions and 44 deletions

View File

@@ -48,21 +48,21 @@ jobs:
uses: actions/checkout@v2
with:
repository: ivanseidel/LinkedList
ref: master
ref: 1.3.1
path: CustomLinkedList
- name: Install lv_arduino
uses: actions/checkout@v2
with:
repository: lvgl/lv_arduino
ref: master
ref: 3.0.0
path: Customlv_arduino
- name: Install JPEGDecoder
uses: actions/checkout@v2
with:
repository: Bodmer/JPEGDecoder
ref: master
ref: 1.8.0
path: CustomJPEGDecoder
- name: Install NimBLE-Arduino
@@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: adafruit/Adafruit_NeoPixel
ref: master
ref: 1.10.7
path: CustomAdafruit_NeoPixel
- name: Install ArduinoJson