File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 17
17
github-token : ${{ secrets.GITHUB_TOKEN }}
18
18
fqbn : ${{ matrix.fqbn }}
19
19
platforms : |
20
- - name: esp32:esp32@3 .0.4
20
+ - name: esp32:esp32@2 .0.17
21
21
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
22
22
sketch-paths : |
23
23
- lnpos/lnpos.ino
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ arduino-cli config --additional-urls https://raw.githubusercontent.com/espressif
4
4
arduino-cli core update-index
5
5
arduino-cli upgrade
6
6
# 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
8
8
arduino-cli lib install ArduinoJson Base64 Keypad uBitcoin
9
9
arduino-cli compile \
10
10
--build-property " build.partitions=min_spiffs" \
Original file line number Diff line number Diff line change 4
4
" esp32"
5
5
],
6
6
"versions" : [
7
- " v0.1.2" ,
8
- " v0.1.2" ,
9
- " v0.1.2" ,
10
7
" v0.1.1" ,
11
8
" v0.1.0" ,
12
9
" v0.0.0"
You can’t perform that action at this time.
0 commit comments