Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dexcom_one_plus/main_dexcomoneplus.patch #136

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
Update build_loop.yml
VladStanciu authored Jun 11, 2024
commit 82c3a100413d9bef113bd3429d37d796ab2c2382
5 changes: 0 additions & 5 deletions .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
--- a/G7SensorKit/G7SensorKit/G7CGMManager/G7Sensor.swift
+++ b/G7SensorKit/G7SensorKit/G7CGMManager/G7Sensor.swift
- if name.hasPrefix("DXCM") {
+ /// Dexcom One+ peripheral name start with "DX02"
+ if name.hasPrefix("DXCM") || name.hasPrefix("DX02"){
name: 4. Build Loop
run-name: Build Loop ${{ github.ref_name }}
on: