Skip to content

Commit 33146b8

Browse files
committed
Auto stash before merge of "main" and "origin/main"
1 parent 4bdaae5 commit 33146b8

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/arduino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
github-token: ${{ secrets.GITHUB_TOKEN }}
1818
fqbn: ${{ matrix.fqbn }}
1919
platforms: |
20-
- name: esp32:esp32@3.0.4
20+
- name: esp32:esp32@2.0.17
2121
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
2222
sketch-paths: |
2323
- lnpos/lnpos.ino

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ arduino-cli config --additional-urls https://raw.githubusercontent.com/espressif
44
arduino-cli core update-index
55
arduino-cli upgrade
66
# uBitcoin is broken on esp32 3.x.x
7-
arduino-cli core install esp32:esp32@3.0.4
7+
arduino-cli core install esp32:esp32@2.0.17
88
arduino-cli lib install ArduinoJson Base64 Keypad uBitcoin
99
arduino-cli compile \
1010
--build-property "build.partitions=min_spiffs" \

versions.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"esp32"
55
],
66
"versions": [
7-
"v0.1.2",
8-
"v0.1.2",
9-
"v0.1.2",
107
"v0.1.1",
118
"v0.1.0",
129
"v0.0.0"

0 commit comments

Comments
 (0)