feat: Update project version to 32 and enhance BLE command handling

This commit is contained in:
Janez T
2025-10-18 21:13:51 +02:00
parent c50a260263
commit 00b239ab26
4 changed files with 11 additions and 9 deletions

View File

@@ -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,
));