mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
feat: Update project version to 32 and enhance BLE command handling
This commit is contained in:
@@ -374,7 +374,8 @@ class MeshCoreBleService {
|
||||
required double latitude,
|
||||
required double longitude,
|
||||
}) async {
|
||||
await _commandSender.writeDataAndWaitForAck(FrameBuilder.buildSetAdvertLatLon(
|
||||
// Note: This command does not return an ACK, so we use writeData (fire-and-forget)
|
||||
await _commandSender.writeData(FrameBuilder.buildSetAdvertLatLon(
|
||||
latitude: latitude,
|
||||
longitude: longitude,
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user