Skip to content

Commit

Permalink
move esp8266 board to PlatformIO CI
Browse files Browse the repository at this point in the history
Arduino CLI seems to have trouble getting the esp8266 core that
corresponds to the fqbn prefix esp8266com:esp8266
  • Loading branch information
2bndy5 committed Sep 18, 2022
1 parent 25f4704 commit d8e9eb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
- "arduino:megaavr:uno2018"
# - "arduino:megaavr:nano4809" # board not found
- "arduino:sam:arduino_due_x_dbg"
- "esp8266com:esp8266:nodemcuv2"
- "espressif:esp32:adafruit_qtpy_esp32s2"

# By default, don't generate size deltas data.
Expand Down Expand Up @@ -150,8 +149,6 @@ jobs:
- name: arduino:sam
- name: arduino:samd
- name: arduino:mbed
- name: esp8266com:esp8266
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
- name: espressif:esp32
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_platformIO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
- "teensylc"
- "genericSTM32F411CE"
- "blackpill_f103c8"
- "nodemcuv2"

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

0 comments on commit d8e9eb5

Please sign in to comment.