Phil

Results 7 comments of Phil

Hi, thanks for your message. It is very easy to get the time stamp. Just use the time of the file name as the initial time and from there you...

Hi, well, the H10 is sending the data in packages of 73 samples (in µV). There is only one timestamp available for the last sample. So, for the other 72...

@gcathelain Thanks for your comments! This looks like a very good app. I would try it as well, if I had an Android phone. But I don't. I do not...

Thanks for the suggestion, but the filename already has a time stamp. The issue is more that people ask for a time stamp for each ECG value. Polar has updated...

When I use this extension: ``` extension SecureDefaults { static let sgroup = SecureDefaults(suiteName: stringSValue(forKey: "APP_GROUP_ID"))! static func stringSValue(forKey key: String) -> String { guard let value = Bundle.main.object(forInfoDictionaryKey: key)...

+1. I would also like to set different min Max Amps for 1p and 3p. Very useful for Zoes…

It does crash, because there are situations where the password can be nil and this is handled by the code above only by throwing exception.