-
Notifications
You must be signed in to change notification settings - Fork 233
Open
Description
Just fix a little mistake in a log: mSerialPortCharacteristic instead
of mCommandPortCharacteristic.
BlunoLibrary.java (480):
System.out.println("mSerialPortCharacteristic "+mSerialPortCharacteristic.getUuid().toString());
->
System.out.println("mCommandPortCharacteristic "+mCommandPortCharacteristic.getUuid().toString());
Metadata
Metadata
Assignees
Labels
No labels