Skip to content

Commit

Permalink
Hot fix 0.2.1.1 (#101)
Browse files Browse the repository at this point in the history
Hot fix for simulator useMySentry parameter
  • Loading branch information
ivalkou authored Oct 29, 2021
1 parent 72036c3 commit dfa433b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class MinimedPumpIDSetupViewController: SetupTableViewController {
#if targetEnvironment(simulator)
self.continueState = .completed
self.pumpState = PumpState(timeZone: .currentFixed, pumpModel: PumpModel(rawValue:
"523")!)
"523")!, useMySentry: false)
self.pumpFirmwareVersion = "2.4Mock"
#else
setupPump(with: PumpSettings(pumpID: pumpID, pumpRegion: pumpRegion))
Expand Down

0 comments on commit dfa433b

Please sign in to comment.