Skip to content

Commit

Permalink
Use custom patched SmartRC-CC1101-Driver-Lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Legion2 committed Sep 2, 2023
1 parent 85edd8c commit 1ab67ff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,17 @@ jobs:
sketches-exclude: ESP32-NVS.ino
steps:
- uses: actions/checkout@v3
- name: Checkout SmartRC-CC1101-Driver-Lib patch
uses: actions/checkout@v3
with:
repository: Noltari/SmartRC-CC1101-Driver-Lib
ref: f02373115d93e3167f412008c47933227bc0a3ac
path: CustomSmartRC-CC1101-Driver-Lib
- name: Test compile examples for ${{ matrix.arduino-boards-fqbn }}
uses: ArminJo/arduino-test-compile@v3
with:
cli-version: 0.34.1
arduino-board-fqbn: ${{ matrix.arduino-boards-fqbn }}
platform-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json,https://dl.espressif.com/dl/package_esp32_index.json
required-libraries: SmartRC-CC1101-Driver-Lib@2.5.7
#required-libraries: SmartRC-CC1101-Driver-Lib@2.5.7 # use patched version
sketches-exclude: ${{ matrix.sketches-exclude }}

0 comments on commit 1ab67ff

Please sign in to comment.