From 6c051f59f4c9f65cec2fc51d606fa2d5ab0147ba Mon Sep 17 00:00:00 2001 From: "Zachary J. Fields" Date: Wed, 3 Jun 2015 18:26:44 -0700 Subject: [PATCH] Fix copy/paste error Looking at the lines above, then follow them below, this appears to be a copy/paste error. --- .../src/com/example/blunobasicdemo/BlunoLibrary.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android/BlunoBasicDemoWorkspace/BlunoBasicDemo/src/com/example/blunobasicdemo/BlunoLibrary.java b/Android/BlunoBasicDemoWorkspace/BlunoBasicDemo/src/com/example/blunobasicdemo/BlunoLibrary.java index 7eca984..3f7b634 100644 --- a/Android/BlunoBasicDemoWorkspace/BlunoBasicDemo/src/com/example/blunobasicdemo/BlunoLibrary.java +++ b/Android/BlunoBasicDemoWorkspace/BlunoBasicDemo/src/com/example/blunobasicdemo/BlunoLibrary.java @@ -477,7 +477,7 @@ else if(uuid.equals(SerialPortUUID)){ } else if(uuid.equals(CommandUUID)){ mCommandCharacteristic = gattCharacteristic; - System.out.println("mSerialPortCharacteristic "+mSerialPortCharacteristic.getUuid().toString()); + System.out.println("mCommandCharacteristic "+mCommandCharacteristic.getUuid().toString()); // updateConnectionState(R.string.comm_establish); } }