Skip to content

Commit be4a22d

Browse files
authored
Merge pull request #51 from meshtastic/rcarteraz-patch-1
Change 11200 to Actively Supported
2 parents eac235e + aacaee3 commit be4a22d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/resource.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,10 @@ export const deviceHardwareList: DeviceHardware[] = [
142142
hwModelSlug: "RAK11200",
143143
platformioTarget: "rak11200",
144144
architecture: "esp32",
145-
activelySupported: false,
145+
activelySupported: true,
146146
displayName: "RAK WisBlock 11200",
147147
tags: ["RAK"],
148+
images: ["rak11200.svg"],
148149
},
149150
{
150151
hwModel: 14,

0 commit comments

Comments
 (0)