Skip to content

Commit

Permalink
[arduino] [esp8266]
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball authored Apr 24, 2024
1 parent e9cad1a commit b171362
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/compile_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
- uses: arduino/compile-sketches@v1
with:
libraries: |
- source-path: ./examples/
- source-path: ./
sketch-paths:
./examples/Arduino_Nano_AM2302_Sensor_Array_Example/Arduino_Nano_AM2302_Sensor_Array_Example.ino

build-esp8266:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -39,4 +41,8 @@ jobs:
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
version: ${{ matrix.core.version }}
fqbn: ${{ matrix.board.fqbn }}
sketch-paths: ./examples/Wemos_D1_mini_AM2302_Sensor_Array_Example/Wemos_D1_mini_AM2302_Sensor_Array_Example.ino
libraries: |
- source-path: ./
sketch-paths:
./examples/Wemos_D1_mini_AM2302_Sensor_Array_Example/Wemos_D1_mini_AM2302_Sensor_Array_Example.ino

0 comments on commit b171362

Please sign in to comment.