Skip to content

Commit

Permalink
tcl: add esp32p4 target to esp-config.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
erhankur committed Apr 18, 2024
1 parent 80c40a7 commit 8133bce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tcl/esp-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
{ "id": "esp32c2", "name": "ESP32-C2" },
{ "id": "esp32c3", "name": "ESP32-C3" },
{ "id": "esp32c6", "name": "ESP32-C6" },
{ "id": "esp32h2", "name": "ESP32-H2" }
{ "id": "esp32h2", "name": "ESP32-H2" },
{ "id": "esp32p4", "name": "ESP32-P4" }
],
"boards" : [
{
Expand Down

0 comments on commit 8133bce

Please sign in to comment.