Skip to content
Snippets Groups Projects
Commit 745aa095 authored by Stefan Zabka's avatar Stefan Zabka
Browse files

changed write type

parent 8ca0e78b
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,7 @@ class Card10Service(
timeCharacteristic.writeType = BluetoothGattCharacteristic.WRITE_TYPE_NO_RESPONSE
rocketsCharacteristic.writeType = BluetoothGattCharacteristic.WRITE_TYPE_NO_RESPONSE
ledsAboveCharacteristic.writeType = BluetoothGattCharacteristic.WRITE_TYPE_NO_RESPONSE
personalStateCharacteristic.writeType = BluetoothGattCharacteristic.WRITE_TYPE_NO_RESPONSE
personalStateCharacteristic.writeType = BluetoothGattCharacteristic.WRITE_TYPE_DEFAULT
}
fun setTime() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment