From 9ab937714d6b31aa27d02d79df881db08228d4bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 09:35:26 -0500 Subject: [PATCH] chore: update device hardware list from Meshtastic API (#1961) 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 16c6675b6..9cf973e87 100644 --- a/app/src/main/assets/device_hardware.json +++ b/app/src/main/assets/device_hardware.json @@ -899,5 +899,18 @@ "Seeed" ], "requiresDfu": true + }, + { + "hwModel": 99, + "hwModelSlug": "SEEED_WIO_TRACKER_L1", + "platformioTarget": "seeed_wio_tracker_L1", + "architecture": "nrf52840", + "activelySupported": false, + "supportLevel": 1, + "displayName": "Seeed Wio Tracker L1", + "tags": [ + "Seeed" + ], + "requiresDfu": true } ] \ No newline at end of file