From a3a68faa474a098dfb1f28fabf1153680e735bbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:30:36 +1000 Subject: [PATCH] chore: update device hardware list from Meshtastic API (#2362) Co-authored-by: jamesarich <2199651+jamesarich@users.noreply.github.com> --- app/src/main/assets/device_hardware.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/src/main/assets/device_hardware.json b/app/src/main/assets/device_hardware.json index 7d39aa997..3ce0e8448 100644 --- a/app/src/main/assets/device_hardware.json +++ b/app/src/main/assets/device_hardware.json @@ -923,6 +923,20 @@ ], "requiresDfu": true }, + { + "hwModel": 100, + "hwModelSlug": "SEEED_WIO_TRACKER_L1_EINK", + "platformioTarget": "seeed_wio_tracker_L1_eink", + "architecture": "nrf52840", + "activelySupported": false, + "supportLevel": 1, + "displayName": "Seeed Wio Tracker L1 E-Ink", + "tags": [ + "Seeed" + ], + "requiresDfu": true, + "hasInkHud": true + }, { "hwModel": 97, "hwModelSlug": "CROWPANEL",