Skip to content

Commit

Permalink
[esp8266]
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball committed Apr 24, 2024
1 parent c25ae0a commit 351ff10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compile_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
run: |
arduino-cli core install esp8266:esp8266 --config-file ./.esp8266_boards.yml
- name: List ESP8266 Boards
run: |
arduino-cli core search esp8266
- name: Compile code
run: |
arduino-cli compile --fqbn esp8266:esp8266:d1_mini ./examples/Wemos_D1_mini_AM2302_Sensor_Array_Example/Wemos_D1_mini_AM2302_Sensor_Array_Example.ino

0 comments on commit 351ff10

Please sign in to comment.