Skip to content

Commit

Permalink
fix #36
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanDegraeve committed Nov 24, 2019
1 parent c59e101 commit dd09f50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class CGMBubbleTransmitter:BluetoothTransmitter, BluetoothTransmitterDelegate, C

// get hardware, firmware and batteryPercentage
let hardware = value[2].description + ".0"
let firmware = value[1].description + ".0"
let firmware = value[2].description + "." + value[3].description
let batteryPercentage = Int(value[4])

// send hardware, firmware and batteryPercentage to delegate
Expand Down

0 comments on commit dd09f50

Please sign in to comment.