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.
Merge branch 'pulllonline' into main
- Loading branch information
Showing
4 changed files
with
7 additions
and
517 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,11 +4,11 @@ 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" \ | ||
--build-property "upload.maximum_size=1966080" \ | ||
--library ./libraries/TFT_eSPI \ | ||
--library ./libraries/QRCode \ | ||
--build-path build --fqbn esp32:esp32:ttgo-lora32 lnpos | ||
--build-path build --fqbn esp32:esp32:ttgo-lora32-oled-v1 lnpos |
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
Oops, something went wrong.