mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 01:55:50 +01:00
UM25: fix missing firmware version
This commit is contained in:
parent
0349b2530f
commit
45512efeb7
@ -94,6 +94,8 @@ public class UM25Support extends UM25BaseSupport {
|
||||
|
||||
readPreferences();
|
||||
|
||||
getDevice().setFirmwareVersion("1.0");
|
||||
|
||||
return builder
|
||||
.add(new SetDeviceStateAction(getDevice(), GBDevice.State.INITIALIZING, getContext()))
|
||||
.notify(getCharacteristic(UUID.fromString(UUID_CHAR)), true)
|
||||
|
Loading…
Reference in New Issue
Block a user