Project updates for Lilygo T-Lora Pager (#299)
- Updated build scripts for manual release - Updated GitHub Actions - Added reference to [esp32s3-gc9a01-lvgl](https://github.com/UsefulElectronics/esp32s3-gc9a01-lvgl) in `COPYRIGHT.md`
This commit is contained in:
parent
00b62a2831
commit
982fce9207
9
.github/workflows/build-firmware.yml
vendored
9
.github/workflows/build-firmware.yml
vendored
@ -126,6 +126,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
board_id: lilygo-tdeck
|
board_id: lilygo-tdeck
|
||||||
arch: esp32s3
|
arch: esp32s3
|
||||||
|
lilygo-tlora-pager:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: "Build"
|
||||||
|
uses: ./.github/actions/build-firmware
|
||||||
|
with:
|
||||||
|
board_id: lilygo-tlora-pager
|
||||||
|
arch: esp32s3
|
||||||
m5stack-core2:
|
m5stack-core2:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@ -35,6 +35,9 @@ release elecrow-crowpanel-basic-50
|
|||||||
build lilygo-tdeck
|
build lilygo-tdeck
|
||||||
release lilygo-tdeck
|
release lilygo-tdeck
|
||||||
|
|
||||||
|
build lilygo-tlora-pager
|
||||||
|
release lilygo-tlora-pager
|
||||||
|
|
||||||
releaseSdk release/TactilitySDK-esp32s3
|
releaseSdk release/TactilitySDK-esp32s3
|
||||||
|
|
||||||
build cyd-2432s024c
|
build cyd-2432s024c
|
||||||
|
|||||||
@ -59,6 +59,12 @@ Website: https://github.com/Xinyuan-LilyGO/T-Echo/blob/main/LICENSE
|
|||||||
|
|
||||||
License: [MIT](https://github.com/Xinyuan-LilyGO/T-Echo/blob/main/LICENSE)
|
License: [MIT](https://github.com/Xinyuan-LilyGO/T-Echo/blob/main/LICENSE)
|
||||||
|
|
||||||
|
### esp32s3-gc9a01-lvgl
|
||||||
|
|
||||||
|
Website: https://github.com/UsefulElectronics/esp32s3-gc9a01-lvgl
|
||||||
|
|
||||||
|
License: [Explicitly granted by author](https://github.com/ByteWelder/Tactility/pull/295#discussion_r2226215423)
|
||||||
|
|
||||||
### Other Components
|
### Other Components
|
||||||
|
|
||||||
See `/components` for the respective projects and their licenses.
|
See `/components` for the respective projects and their licenses.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user