mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Pebble: Add some Pebble Time 2 support - NOT WORKING
Not working because these are expected to use BLE. The Emulator should work though.
This commit is contained in:
@@ -9,6 +9,8 @@ public class PebbleUtils {
|
||||
platformName = "chalk";
|
||||
} else if (hwRev.startsWith("silk")) {
|
||||
platformName = "diorite";
|
||||
} else if (hwRev.startsWith("robert")) {
|
||||
platformName = "emery";
|
||||
} else {
|
||||
platformName = "aplite";
|
||||
}
|
||||
@@ -24,6 +26,8 @@ public class PebbleUtils {
|
||||
model = "pebble_time_round_black_20mm";
|
||||
} else if (hwRev.startsWith("silk")) {
|
||||
model = "pebble2_black";
|
||||
} else if (hwRev.startsWith("robert")) {
|
||||
model = "pebble_time2_black";
|
||||
} else {
|
||||
model = "pebble_black";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user