Use ENF version 1.1 to send confidence values

This commit is contained in:
Oliver S 2022-01-10 16:44:39 +01:00 committed by Marvin W
parent 64f12230f7
commit 24d6b5aef5
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import java.util.*
@TargetApi(21)
@ForegroundServiceInfo("Exposure Notification")
class AdvertiserService : LifecycleService() {
private val version = VERSION_1_0
private val version = VERSION_1_1
private var advertising = false
private var wantStartAdvertising = false
private val advertiser: BluetoothLeAdvertiser?