Merge pull request #443 from Maxb0tbeep/dev

Add "NRF52" as a device name prefix
chore/offband-rebrand
zjs81 2 months ago committed by GitHub
commit 21c58d4e13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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`.

@ -11,5 +11,6 @@ class MeshCoreUuids {
"Lilygo",
"HT-",
"LowMesh_MC_",
"NRF52",
];
}

Loading…
Cancel
Save

Powered by TurnKey Linux.