mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Pebble 2 Duo: allow activating health
This commit is contained in:
@@ -48,8 +48,10 @@ public class PebbleUtils {
|
||||
return "chalk";
|
||||
} else if (hwRev.startsWith("silk")) {
|
||||
return "diorite";
|
||||
} else if (hwRev.startsWith("robert")) {
|
||||
} else if (hwRev.startsWith("robert") || hwRev.startsWith("obelix")) {
|
||||
return "emery";
|
||||
} else if (hwRev.startsWith("asterix")) {
|
||||
return "flint";
|
||||
}
|
||||
return DEFAULT_PLATFORM;
|
||||
}
|
||||
@@ -66,8 +68,10 @@ public class PebbleUtils {
|
||||
return "pebble_time_round_black_20mm";
|
||||
} else if (hwRev.startsWith("silk")) {
|
||||
return "pebble2_black";
|
||||
} else if (hwRev.startsWith("robert")) {
|
||||
} else if (hwRev.startsWith("robert") || hwRev.startsWith("obelix")) {
|
||||
return "pebble_time2_black";
|
||||
} else if (hwRev.startsWith("asterix")) {
|
||||
return "pebble2_duo_black";
|
||||
}
|
||||
return DEFAULT_MODEL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user