From 703d5a1ec460e272b91178e4cf04ad7c33378fb5 Mon Sep 17 00:00:00 2001 From: Max Cooley Date: Sun, 10 May 2026 17:12:48 -0700 Subject: [PATCH 1/2] Add "NRF52" as a device name prefix --- lib/connector/meshcore_uuids.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/connector/meshcore_uuids.dart b/lib/connector/meshcore_uuids.dart index ae6697b6..084cc424 100644 --- a/lib/connector/meshcore_uuids.dart +++ b/lib/connector/meshcore_uuids.dart @@ -11,5 +11,6 @@ class MeshCoreUuids { "Lilygo", "HT-", "LowMesh_MC_", + "NRF52", ]; } From 3af97ff6dd2035cc1b7e89ea5a2df90bd17b916c Mon Sep 17 00:00:00 2001 From: Max Cooley Date: Sun, 10 May 2026 17:16:38 -0700 Subject: [PATCH 2/2] Accidentally wrote quotes instead of backticks...oops --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94d54bac..041ea6e9 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ Devices are discovered by scanning for BLE advertisements with known MeshCore de - `WisCore-` - `HT-` - `LowMesh_MC_` + - `NRF52` New device prefixes can be added in `lib/connector/meshcore_uuids.dart`.