forked from arcbtc/LNPoS
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" \ | ||
|