mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-13 17:30:28 +00:00
feat: Implement command queue for BLE command handling
- Added BleCommandQueue to manage command serialization and responses in BleCommandSender. - Updated writeData, writeDataAndWaitForAck, and writeDataAndWaitForResponse methods to utilize the command queue. - Enhanced BleResponseHandler to complete commands based on responses received from the BLE device. - Introduced new commands for channel management, including getChannel and setChannel. - Created LocationTrailLayer and TrailControls widgets for displaying and managing location trails on the map. - Added PermissionRequestDialog to handle location permission requests on app startup. - Updated LocationTrackingService to allow GPS tracking without a BLE connection.
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
|
||||
"locationPermissionPermanentlyDenied": "Dopuštenje za lokaciju trajno odbijeno. Molimo omogućite u Postavkama.",
|
||||
|
||||
"locationPermissionRequired": "Dopuštenje za lokaciju potrebno je za GPS praćenje i koordinaciju tima. Možete ga omogućiti kasnije u Postavkama.",
|
||||
|
||||
"locationServicesDisabled": "Usluge lokacije su onemogućene. Molimo omogućite ih u Postavkama.",
|
||||
|
||||
"failedToGetGpsLocation": "Neuspjelo dobivanje GPS lokacije",
|
||||
@@ -137,7 +139,7 @@
|
||||
|
||||
"sampleDataDescription": "Učitajte ili očistite primjere kontakata, poruka kanala i SAR markera za testiranje",
|
||||
|
||||
"loadSampleData": "Učitaj primjer podataka",
|
||||
"loadSampleData": "Učitaj primjer",
|
||||
|
||||
"clearAllData": "Očisti sve podatke",
|
||||
|
||||
@@ -405,6 +407,8 @@
|
||||
|
||||
"rooms": "Sobe",
|
||||
|
||||
"channels": "Kanali",
|
||||
|
||||
"cacheStatistics": "Statistika predmemorije",
|
||||
|
||||
"totalTiles": "Ukupno pločica",
|
||||
|
||||
Reference in New Issue
Block a user