We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32a3c7 commit 049fc09Copy full SHA for 049fc09
src/lib/resource.ts
@@ -487,7 +487,7 @@ export const deviceHardwareList: DeviceHardware[] = [
487
hwModelSlug: "HELTEC_WIRELESS_TRACKER",
488
platformioTarget: "tracksenger",
489
architecture: "esp32-s3",
490
- activelySupported: false,
+ activelySupported: true,
491
supportLevel: 3,
492
displayName: "TrackSenger (small TFT)",
493
requiresDfu: true,
@@ -509,7 +509,7 @@ export const deviceHardwareList: DeviceHardware[] = [
509
510
platformioTarget: "tracksenger-oled",
511
512
513
514
displayName: "TrackSenger (big OLED)",
515
partitionScheme: "8MB",
0 commit comments