Skip to content

Commit

Permalink
Bug Fix USB connection not active
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevy committed Mar 19, 2018
1 parent 238ffe8 commit bed72e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public interface Constants {
String TOAST = "toast";

String SERIAL_CONNECTION_TYPE_BLUETOOTH = "bluetooth";
String SERIAL_CONNECTION_TYPE_USB_OTG = "usb otg";
String SERIAL_CONNECTION_TYPE_USB_OTG = "usbotg";

int FILE_STREAMING_NOTIFICATION_ID = 101;
int BLUETOOTH_SERVICE_NOTIFICATION_ID = 100;
Expand Down

0 comments on commit bed72e0

Please sign in to comment.