mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Garmin Forerunner 245 Music: Remove experimental flag
This commit is contained in:
-6
@@ -9,12 +9,6 @@ import nodomain.freeyourgadget.gadgetbridge.devices.garmin.watches.GarminWatchCo
|
||||
import nodomain.freeyourgadget.gadgetbridge.impl.GBDevice;
|
||||
|
||||
public class GarminForerunner245MusicCoordinator extends GarminWatchCoordinator {
|
||||
@Override
|
||||
public boolean isExperimental() {
|
||||
// https://codeberg.org/Freeyourgadget/Gadgetbridge/issues/3986
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected Pattern getSupportedDeviceName() {
|
||||
return Pattern.compile("^Forerunner 245 Music$");
|
||||
|
||||
Reference in New Issue
Block a user