From b068eae6ec68b6fea3be5ea5ce77fec417f0b502 Mon Sep 17 00:00:00 2001 From: Michael Pohl Date: Tue, 4 Jul 2023 08:46:54 +0200 Subject: [PATCH] garmin edge 840 mapping --- src/Mapping/GarminFitSdkMapping.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mapping/GarminFitSdkMapping.php b/src/Mapping/GarminFitSdkMapping.php index 6d7e224..4ae3844 100644 --- a/src/Mapping/GarminFitSdkMapping.php +++ b/src/Mapping/GarminFitSdkMapping.php @@ -99,6 +99,7 @@ protected function getMapping() 2630 => DeviceProfile::GARMIN_EDGE_820, 3122 => DeviceProfile::GARMIN_EDGE_830, 3350 => DeviceProfile::GARMIN_EDGE_830, + 4062 => DeviceProfile::GARMIN_EDGE_840, 1836 => DeviceProfile::GARMIN_EDGE_1000, 2070 => DeviceProfile::GARMIN_EDGE_1000, 2053 => DeviceProfile::GARMIN_EDGE_1000,