Skip to content

Commit e41b6d8

Browse files
committed
try lilygo board again
1 parent 729a9da commit e41b6d8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
This is a hello world project for the lilygo T-Display S3 AMOLED based on the project https://github.com/VolosR/TDisplayAmoled.
66
The 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

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ lib_deps =
6363
[env:lilygo-t-display-s3]
6464
extends = 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
6767
build_flags =
6868
${esp32s3.build_flags}
6969
${extra.build_flags_psram} ; 8MB PSRAM

0 commit comments

Comments
 (0)