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:
Ken Van Hoeylandt
2025-07-23 23:09:56 +02:00
committed by GitHub
parent 00b62a2831
commit 982fce9207
3 changed files with 18 additions and 0 deletions
+9
View File
@@ -126,6 +126,15 @@ jobs:
with:
board_id: lilygo-tdeck
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:
runs-on: ubuntu-latest
steps: