DFRobot / BlunoBasicDemo

The basic demo for bluno
GNU General Public License v3.0
166 stars 233 forks source link

Minor log mistake. #6

Open Mefteg opened 8 years ago

Mefteg commented 8 years ago

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());

yurik94 commented 7 years ago

Create a PR then 😄