change adv name
Some checks failed
xiao_pet_tracker / semantic-pull-request (push) Has been cancelled
xiao_pet_tracker / build (push) Has been cancelled
xiao_pet_tracker / spell-check (push) Has been cancelled

This commit is contained in:
2025-02-28 22:35:18 +01:00
parent 2fe59fee0d
commit fe07da70f5
5 changed files with 9 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ class XiaoConnectorCubit extends Cubit<XiaoConnectorState> {
}
// set the xiao sense name
if (r.device.advName == 'Go Bluetooth 2') {
if (r.device.advName == 'Go Bluetooth') {
await FlutterBluePlus.stopScan();
device = r.device;