Skip to content

Commit ecc5fdc

Browse files
committed
Cleanup variants
1 parent d5973e5 commit ecc5fdc

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

src/lib/resource.ts

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ export const deviceHardwareList: DeviceHardware[] = [
467467
hwModelSlug: "HELTEC_WIRELESS_TRACKER",
468468
platformioTarget: "tracksenger",
469469
architecture: "esp32-s3",
470-
activelySupported: true,
470+
activelySupported: false,
471471
supportLevel: 3,
472472
displayName: "TrackSenger (small TFT)",
473473
requiresDfu: true,
@@ -477,7 +477,7 @@ export const deviceHardwareList: DeviceHardware[] = [
477477
hwModelSlug: "HELTEC_WIRELESS_TRACKER",
478478
platformioTarget: "tracksenger-lcd",
479479
architecture: "esp32-s3",
480-
activelySupported: true,
480+
activelySupported: false,
481481
supportLevel: 3,
482482
displayName: "TrackSenger (big TFT)",
483483
requiresDfu: true,
@@ -487,7 +487,7 @@ export const deviceHardwareList: DeviceHardware[] = [
487487
hwModelSlug: "HELTEC_WIRELESS_TRACKER",
488488
platformioTarget: "tracksenger-oled",
489489
architecture: "esp32-s3",
490-
activelySupported: true,
490+
activelySupported: false,
491491
supportLevel: 3,
492492
displayName: "TrackSenger (big OLED)",
493493
},
@@ -600,11 +600,23 @@ export const deviceHardwareList: DeviceHardware[] = [
600600
hwModelSlug: "WISMESH_TAP",
601601
platformioTarget: "rak_wismeshtap",
602602
architecture: "nrf52840",
603-
activelySupported: false,
603+
activelySupported: true,
604604
supportLevel: 1,
605605
displayName: "RAK WisMesh Tap",
606606
tags: ["RAK"],
607607
images: ["rak-wismeshtap.svg"],
608608
requiresDfu: true,
609609
},
610+
{
611+
hwModel: 63,
612+
hwModelSlug: "NRF52_PROMICRO_DIY",
613+
platformioTarget: "nrf52_promicro_diy_tcxo",
614+
architecture: "nrf52840",
615+
activelySupported: true,
616+
supportLevel: 3,
617+
displayName: "NRF52 Pro-micro DIY",
618+
tags: ["DIY"],
619+
images: ["promicro.svg"],
620+
requiresDfu: true,
621+
}
610622
];

0 commit comments

Comments
 (0)