diff --git a/src/lib/resource.ts b/src/lib/resource.ts index d4265ff..ff8a95f 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -228,6 +228,17 @@ export const deviceHardwareList: DeviceHardware[] = [ images: ["wio-tracker-wm1110.svg"], requiresDfu: true, }, + { + hwModel: 24, + hwModelSlug: "HELTEC_WIRELESS_BRIDGE", + platformioTarget: "heltec-wireless-bridge", + architecture: "esp32", + activelySupported: false, + displayName: "Heltec Wireless Bridge", + tags: ["Heltec"], + images: ["heltec-wireless-bridge.svg"], + partitionScheme: "16MB", + }, { hwModel: 25, hwModelSlug: "STATION_G1",