Skip to content

Commit 1856520

Browse files
committed
HW_MODEL slug fix
1 parent 5fc76bc commit 1856520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/resource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ export const deviceHardwareList: DeviceHardware[] = [
967967
},
968968
{
969969
hwModel: 116,
970-
hwModelSlug: "RAK_WISMESH_TAP_V2",
970+
hwModelSlug: "WISMESH_TAP_V2",
971971
platformioTarget: "rak_wismesh_tap_v2",
972972
architecture: "esp32-s3",
973973
activelySupported: false,

0 commit comments

Comments
 (0)