1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-28 12:56:49 +01:00

Add dumy onReadConfig function override, to satisfiy changes I made.

This commit is contained in:
Sebastian Kranz 2019-02-20 14:53:58 +01:00
parent ac2a462f04
commit c05ae32ed3

View File

@ -767,6 +767,11 @@ public class CasioGB6900DeviceSupport extends AbstractBTLEDeviceSupport {
}
@Override
public void onReadConfiguration(String config) {
}
@Override
public void onTestNewFunction() {