We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353f248 commit a0f0566Copy full SHA for a0f0566
1 file changed
src/lib/resource.ts
@@ -629,6 +629,18 @@ export const deviceHardwareList: DeviceHardware[] = [
629
requiresDfu: true,
630
partitionScheme: "8MB",
631
},
632
+ {
633
+ hwModel: 105,
634
+ hwModelSlug: "WISMESH_TAG",
635
+ platformioTarget: "rak_wismeshtag",
636
+ architecture: "nrf52840",
637
+ activelySupported: true,
638
+ supportLevel: 1,
639
+ displayName: "RAK WisMesh Tag",
640
+ tags: ["RAK"],
641
+ images: ["rak_wismesh_tag.svg"],
642
+ requiresDfu: true,
643
+ },
644
{
645
hwModel: 84,
646
hwModelSlug: "WISMESH_TAP",
0 commit comments