mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
add state string for INITIALIZED
This commit is contained in:
@@ -60,6 +60,8 @@ public class GBDevice {
|
||||
return "connecting";
|
||||
case CONNECTED:
|
||||
return "connected";
|
||||
case INITIALIZED:
|
||||
return "initialized";
|
||||
}
|
||||
return "unknown state";
|
||||
}
|
||||
|
Reference in New Issue
Block a user