diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index f80a902ee..0d89c9b39 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -67,17 +67,4 @@ jobs: path: | artifacts buildlog - dexcom_one_plus/main_dexcomoneplus.patch -index d5c0b46..b1745a1 100644 ---- a/G7SensorKit/G7SensorKit/G7CGMManager/G7Sensor.swift -+++ b/G7SensorKit/G7SensorKit/G7CGMManager/G7Sensor.swift -@@ -215,7 +215,8 @@ public final class G7Sensor: G7BluetoothManagerDelegate { - } - - /// The Dexcom G7 advertises a peripheral name of "DXCMxx", and later reports a full name of "Dexcomxx" -- if name.hasPrefix("DXCM") { -+ /// Dexcom One+ peripheral name start with "DX02" -+ if name.hasPrefix("DXCM") || name.hasPrefix("DX02"){ - // If we're following this name or if we're scanning, connect - if let sensorName = sensorID, name.suffix(2) == sensorName.suffix(2) { - return .makeActive +