File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 55This is a hello world project for the lilygo T-Display S3 AMOLED based on the project https://github.com/VolosR/TDisplayAmoled .
66The firmware is build by the github workflow for the ESP32 S3 board.
77
8+ ## Create a firmware build (CI)
9+
10+ When you push a new git tag then the workflows/build_release.yml is triggered, e.g.
11+
12+ ``` sh
13+ git tag v1.0.0
14+ ```
15+
16+ ``` sh
17+ git push origin v1.0.0
18+ ```
19+
820---
921
1022## Disclaimer
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ lib_deps =
6363[env:lilygo-t-display-s3]
6464extends = env:esp32-s3-devkitc-1
6565; remove extend and use board work locally
66- ; board = lilygo-t-display-S3
66+ board = lilygo-t-display-s3
6767build_flags =
6868 ${esp32s3.build_flags}
6969 ${extra.build_flags_psram} ; 8MB PSRAM
You can’t perform that action at this time.
0 commit comments