Skip to content

Commit

Permalink
Correct esp version
Browse files Browse the repository at this point in the history
  • Loading branch information
arcbtc committed Aug 27, 2024
1 parent d75c24b commit e540060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
fqbn: ${{ matrix.fqbn }}
platforms: |
- name: esp32:[email protected].17
- name: esp32:[email protected].1
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
sketch-paths: |
- lnpos/lnpos.ino
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ arduino-cli config --additional-urls https://raw.githubusercontent.com/espressif
arduino-cli core update-index
arduino-cli upgrade
# uBitcoin is broken on esp32 3.x.x
arduino-cli core install esp32:[email protected].17
arduino-cli core install esp32:[email protected].1
arduino-cli lib install ArduinoJson Base64 Keypad uBitcoin
arduino-cli compile \
--build-property "build.partitions=min_spiffs" \
Expand Down

0 comments on commit e540060

Please sign in to comment.