diff --git a/src/lib/resource.ts b/src/lib/resource.ts index c52a2e2..37fa9d4 100644 --- a/src/lib/resource.ts +++ b/src/lib/resource.ts @@ -487,7 +487,7 @@ export const deviceHardwareList: DeviceHardware[] = [ hwModelSlug: "HELTEC_WIRELESS_TRACKER", platformioTarget: "tracksenger", architecture: "esp32-s3", - activelySupported: false, + activelySupported: true, supportLevel: 3, displayName: "TrackSenger (small TFT)", requiresDfu: true, @@ -509,7 +509,7 @@ export const deviceHardwareList: DeviceHardware[] = [ hwModelSlug: "HELTEC_WIRELESS_TRACKER", platformioTarget: "tracksenger-oled", architecture: "esp32-s3", - activelySupported: false, + activelySupported: true, supportLevel: 3, displayName: "TrackSenger (big OLED)", partitionScheme: "8MB",