From ead0c4338187e7d2a18633c924ebb80d129b7d20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 12:57:58 -0500 Subject: [PATCH] chore: update device hardware list from Meshtastic API (#1975) Co-authored-by: jamesarich <2199651+jamesarich@users.noreply.github.com> --- app/src/main/assets/device_hardware.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/app/src/main/assets/device_hardware.json b/app/src/main/assets/device_hardware.json index 9cf973e87..c6a27b132 100644 --- a/app/src/main/assets/device_hardware.json +++ b/app/src/main/assets/device_hardware.json @@ -885,6 +885,9 @@ "tags": [ "Heltec" ], + "images": [ + "heltec_mesh_pocket.svg" + ], "requiresDfu": true }, { @@ -892,12 +895,15 @@ "hwModelSlug": "SEEED_SOLAR_NODE", "platformioTarget": "seeed_solar_node", "architecture": "nrf52840", - "activelySupported": false, + "activelySupported": true, "supportLevel": 1, - "displayName": "SenseCAP Solar Node", + "displayName": "Seeed SenseCAP Solar Node", "tags": [ "Seeed" ], + "images": [ + "seeed_solar.svg" + ], "requiresDfu": true }, { @@ -911,6 +917,10 @@ "tags": [ "Seeed" ], + "images": [ + "wio_tracker_l1.svg", + "wio_tracker_l1_case.svg" + ], "requiresDfu": true } ] \ No newline at end of file