Skip to content

Commit

Permalink
Merge pull request #430 from shnmorimoto/add_2432W328C_board_github_a…
Browse files Browse the repository at this point in the history
…ction

add 2432W328C build to github action
  • Loading branch information
bmorcelli authored Nov 16, 2024
2 parents 511baf0 + e850018 commit 51770b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/buil_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@
bootloader_addr: "0x1000",
},
}
- {
name: "CYD-2432W328C",
env: "CYD-2432W328C",
partitions: { bootloader_addr: "0x1000" },
}
- {
name: "CYD-2432S028_Launcher",
env: "LAUNCHER_CYD-2432S028",
Expand All @@ -108,6 +113,11 @@
bootloader_addr: "0x1000",
},
}
- {
name: "CYD-2432W328C_Launcher",
env: "LAUNCHER_CYD-2432W328C",
partitions: { bootloader_addr: "0x1000" },
}
- {
name: "Lilygo_T-Embed_CC1101",
env: "lilygo-t-embed-cc1101",
Expand Down

0 comments on commit 51770b5

Please sign in to comment.