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:
Andreas Shimokawa
2016-07-04 22:09:56 +02:00
parent 966b9abb87
commit 73b2fc357e
3 changed files with 12 additions and 5 deletions
@@ -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";
}