Updated screenshots and .gitignore of HelloWorld (#291)

* T-Deck Pro work in progress

* Add .gitignore to HelloWorld
This commit is contained in:
Ken Van Hoeylandt
2025-06-15 13:49:00 +02:00
committed by GitHub
parent 29e4350517
commit 6de0f442fb
26 changed files with 1527 additions and 43 deletions
+18
View File
@@ -126,6 +126,24 @@ jobs:
with:
board_id: lilygo-tdeck
arch: esp32s3
lilygo-tdeck-plus:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/build-firmware
with:
board_id: lilygo-tdeck-plus
arch: esp32s3
lilygo-tdeck-pro:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/build-firmware
with:
board_id: lilygo-tdeck-pro
arch: esp32s3
m5stack-core2:
runs-on: ubuntu-latest
steps: