mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-12 18:57:36 +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();
|
readPreferences();
|
||||||
|
|
||||||
|
getDevice().setFirmwareVersion("1.0");
|
||||||
|
|
||||||
return builder
|
return builder
|
||||||
.add(new SetDeviceStateAction(getDevice(), GBDevice.State.INITIALIZING, getContext()))
|
.add(new SetDeviceStateAction(getDevice(), GBDevice.State.INITIALIZING, getContext()))
|
||||||
.notify(getCharacteristic(UUID.fromString(UUID_CHAR)), true)
|
.notify(getCharacteristic(UUID.fromString(UUID_CHAR)), true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user