Skip to content

Commit

Permalink
feat(autoconnect): #54 reintroduced re-connect (this also seems to al…
Browse files Browse the repository at this point in the history
…so fix Issue #53)
  • Loading branch information
kotchourko-itestra committed Dec 3, 2024
1 parent 934aa8d commit d722e3b
Show file tree
Hide file tree
Showing 5 changed files with 408 additions and 313 deletions.
7 changes: 5 additions & 2 deletions Calliope App/Bluetooth/BluetoothConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ import Foundation
struct BluetoothConstants {
static let discoveryTimeout = 20.0
static let connectTimeout = 5
static let serviceDiscoveryTimeout = 10.0
static let serviceDiscoveryTimeout = 10.0
static let readTimeout = 10.0
static let writeTimeout = 10.0
static let startDfuProcessDelay = 2.0
static let startDfuProcessDelay = 2.0

static let maxRetryCount = 5;
static let retryDelay = 5;

//set this to 0 if coupling is not necessary
static let couplingDelay = 0.0
Expand Down
Loading

0 comments on commit d722e3b

Please sign in to comment.