Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcelli committed Dec 6, 2024
2 parents 44f619e + 1f73bf5 commit 0e4b216
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/PR_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
matrix:
board:
- {
name: "M5Cardputer",
name: "ESP32-S3 - M5Cardputer",
env: "m5stack-cardputer",
partitions: {
bootloader_addr: "0x0000",
},
}
- {
name: "M5StickCPlus2",
name: "ESP32 - M5StickCPlus2",
env: "m5stack-cplus2",
partitions: {
bootloader_addr: "0x1000",
},
}
- {
name: "ESP32-S3",
name: "Headless: ESP32-S3",
env: "esp32-s3-devkitc-1",
partitions: {
bootloader_addr: "0x0",
Expand All @@ -49,7 +49,14 @@
partitions: {
bootloader_addr: "0x0",
},
}
}
- {
name: "Launcher based environment: CYD",
env: "LAUNCHER_CYD-2432S028",
partitions: {
bootloader_addr: "0x1000",
},
}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 0e4b216

Please sign in to comment.