From b81a485b2fbc53cfd24b29be6c47483292b45dbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 10:39:07 -0500 Subject: [PATCH] chore: update device hardware list from Meshtastic API (#1830) Co-authored-by: jamesarich <2199651+jamesarich@users.noreply.github.com> --- app/src/main/assets/device_hardware.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/src/main/assets/device_hardware.json b/app/src/main/assets/device_hardware.json index ffda1ac18..16c6675b6 100644 --- a/app/src/main/assets/device_hardware.json +++ b/app/src/main/assets/device_hardware.json @@ -886,5 +886,18 @@ "Heltec" ], "requiresDfu": true + }, + { + "hwModel": 95, + "hwModelSlug": "SEEED_SOLAR_NODE", + "platformioTarget": "seeed_solar_node", + "architecture": "nrf52840", + "activelySupported": false, + "supportLevel": 1, + "displayName": "SenseCAP Solar Node", + "tags": [ + "Seeed" + ], + "requiresDfu": true } ] \ No newline at end of file