Skip to content

Commit

Permalink
add ESP32/8266 boards to PlatformIO CI
Browse files Browse the repository at this point in the history
Arduino CLI seems to have trouble getting the esp* core that
corresponds to the fqbn prefix
  • Loading branch information
2bndy5 committed Sep 18, 2022
1 parent 38be1d9 commit d582f78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_platformIO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:
- "teensylc"
- "genericSTM32F411CE"
- "blackpill_f103c8"
- "nodemcuv2"
- "adafruit_qtpy_esp32s2"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d582f78

Please sign in to comment.