Skip to content

Commit ab6b77c

Browse files
authored
Fix architecture string for Heltec Wireless Tracker V2
1 parent 2d0b0fc commit ab6b77c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/resource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ export const deviceHardwareList: DeviceHardware[] = [
995995
hwModel: 113,
996996
hwModelSlug: "HELTEC_WIRELESS_TRACKER_V2",
997997
platformioTarget: "heltec-wireless-tracker-v2",
998-
architecture: "esp32s3",
998+
architecture: "esp32-s3",
999999
activelySupported: false,
10001000
supportLevel: 1,
10011001
displayName: "Heltec Wireless Tracker V2",

0 commit comments

Comments
 (0)