COVIDSafe code from version 1.2

This commit is contained in:
covidsafe-support 2020-05-15 00:47:40 -07:00
parent 3640e52eb2
commit cae9823e44
97 changed files with 1001 additions and 465 deletions

View file

@ -15,6 +15,6 @@ struct BluetraceConfig {
static let OrgID = "AU_DTA"
static let ProtocolVersion = 1
static let CentralScanInterval = 60 // in seconds
static let CentralScanInterval = 60.0 // in seconds
static let CentralScanDuration = 10 // in seconds
}