Skip to content

Commit 23cebac

Browse files
authored
Add hydra
1 parent 8ca03e8 commit 23cebac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/utils/resource.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,14 @@ const deviceHardwareList: DeviceHardware[] = [
176176
activelySupported: true,
177177
displayName: "DIY V1",
178178
},
179+
{
180+
hwModel: 39,
181+
hwModelSlug: "HYDRA",
182+
platformioTarget: "hydra",
183+
architecture: "esp32",
184+
activelySupported: true,
185+
displayName: "Hydra",
186+
},
179187
{
180188
hwModel: 41,
181189
hwModelSlug: "DR_DEV",

0 commit comments

Comments
 (0)