Skip to content

Commit

Permalink
Details BLE setup: also covers the Lingo
Browse files Browse the repository at this point in the history
  • Loading branch information
gui-dos committed Oct 1, 2024
1 parent f3b4bd6 commit 0f723be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DiaBLE Playground.swiftpm/Details.swift
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ struct Details: View, LoggingView {

@Bindable var settings = settings

if app.sensor?.type != .libre3 {
if app.sensor?.type != .libre3 && app.sensor?.type != .lingo {

HStack {
Text("Patch Info")
Expand Down
2 changes: 1 addition & 1 deletion DiaBLE Playground.swiftpm/Lingo.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

// Lingo Metabolic Coaching: https://decrypt.day/app/id1670445335
// Lingo by Abbott: https://decrypt.day/app/id1670445335

// Lingo.app/Frameworks/BSMCoreKit.framework

Expand Down
2 changes: 1 addition & 1 deletion DiaBLE Watch/Views/Details.swift
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ struct Details: View, LoggingView {

@Bindable var settings = settings

if app.sensor?.type != .libre3 {
if app.sensor?.type != .libre3 && app.sensor?.type != .lingo {

HStack {
Text("Patch Info")
Expand Down
2 changes: 1 addition & 1 deletion DiaBLE/Lingo.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

// Lingo Metabolic Coaching: https://decrypt.day/app/id1670445335
// Lingo by Abbott: https://decrypt.day/app/id1670445335

// Lingo.app/Frameworks/BSMCoreKit.framework

Expand Down
2 changes: 1 addition & 1 deletion DiaBLE/Views/Details.swift
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ struct Details: View, LoggingView {

@Bindable var settings = settings

if app.sensor?.type != .libre3 {
if app.sensor?.type != .libre3 && app.sensor?.type != .lingo {

HStack {
Text("Patch Info")
Expand Down

0 comments on commit 0f723be

Please sign in to comment.