Skip to content

Commit

Permalink
Merge pull request #64 from Ritika8081/main
Browse files Browse the repository at this point in the history
Included field_pid for Arduino Uno R3
  • Loading branch information
lorforlinux authored Dec 28, 2024
2 parents 04ae959 + efaf30a commit 61e7ae3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/boards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ export const BoardsList = Object.freeze([
field_pid: "67",
bits: "ten",
},
{
name: "Genuino Uno",
field_pid: "579",
bits: "ten",
},
{
name: "Arduino Nano",
field_pid: "24577",
Expand Down

0 comments on commit 61e7ae3

Please sign in to comment.