add state string for INITIALIZED
This commit is contained in:
parent
2b1157ca67
commit
7b433f0d18
|
@ -60,6 +60,8 @@ public class GBDevice {
|
|||
return "connecting";
|
||||
case CONNECTED:
|
||||
return "connected";
|
||||
case INITIALIZED:
|
||||
return "initialized";
|
||||
}
|
||||
return "unknown state";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue