Skip to content

Commit

Permalink
Moar img
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Dec 3, 2024
1 parent 82d4f23 commit b826f0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export const deviceHardwareList: DeviceHardware[] = [
supportLevel: 2,
displayName: "RAK WisBlock 11310",
tags: ["RAK"],
images: ["rak4631.svg"],
images: ["rak11310.svg"],
requiresDfu: true,
},
{
Expand Down Expand Up @@ -287,6 +287,7 @@ export const deviceHardwareList: DeviceHardware[] = [
supportLevel: 3,
displayName: "DIY V1",
tags: ["DIY"],
images: ["diy.svg"],
},
{
hwModel: 39,
Expand Down Expand Up @@ -349,6 +350,7 @@ export const deviceHardwareList: DeviceHardware[] = [
displayName: "Raspberry Pi Pico",
tags: ["Raspberry Pi", "DIY"],
requiresDfu: true,
images: ["pico.svg"],
},
{
hwModel: 47,
Expand All @@ -360,6 +362,7 @@ export const deviceHardwareList: DeviceHardware[] = [
displayName: "Raspberry Pi Pico W",
tags: ["Raspberry Pi", "DIY"],
requiresDfu: true,
images: ["rpipicow.svg"],
},
{
hwModel: 48,
Expand Down

0 comments on commit b826f0e

Please sign in to comment.