Commit Graph
2 Commits
Author SHA1 Message Date
Ingvar StepanyanandJosé Rebelo 5b375b2bb8 Garmin: extract sendProtobufRequest helper
Every watch-bound Smart RPC site followed the same shape: sendOutgoingMessage(taskName, protocolBufferHandler.prepareProtobufRequest(payload)). Fold it into a single sendProtobufRequest(taskName, payload) on GarminSupport. No behaviour change.
2026-06-06 21:26:51 +02:00
Ingvar StepanyanandJosé Rebelo 32a18d8d81 Garmin: deduplicate degrees ↔ semicircles math in GarminUtils
The watch encodes lat/lon as signed 32-bit semicircles (1<<31 == 180°). Move the bidirectional conversion behind named helpers backed by a single constant, and migrate toLocationData and FieldDefinitionCoordinate onto them.
2026-06-06 21:26:51 +02:00