Skip to content

Commit 0711eff

Browse files
committed
Replace placeholder platforms for KS3 & KSC
now has correct platforms for those two models (Platpa6 for KS3 and Platcs8 for KSC)
1 parent e1c29a7 commit 0711eff

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

static/convert-kindle-serials.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def cammelToSpace(text):
252252
"generation_nicknames": ["KSC"],
253253
"amazon_name": "Kindle Scribe Colorsoft (1st Generation)",
254254
"last_firmware": "Not Yet Discontinued",
255-
"platform": "Bellatrix6?",
255+
"platform": "Platcs8",
256256
"board": "Calvados",
257257
"jailbreak": "None Available",
258258
},
@@ -263,7 +263,7 @@ def cammelToSpace(text):
263263
"generation_nicknames": ["KS3"],
264264
"amazon_name": "Kindle Scribe (3rd Generation)",
265265
"last_firmware": "Not Yet Discontinued",
266-
"platform": "Bellatrix5?",
266+
"platform": "Platpa6",
267267
"board": "Paloma",
268268
"jailbreak": "None Available",
269269
},

static/models.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@
11411141
"release_firmware": "5.19.x",
11421142
"amazon_name": "Kindle Scribe (3rd Generation)",
11431143
"last_firmware": "Not Yet Discontinued",
1144-
"platform": "Bellatrix5?",
1144+
"platform": "Platpa6",
11451145
"board": "Paloma",
11461146
"jailbreak": "None Available",
11471147
"generation_nickname": "KS3",
@@ -1181,7 +1181,7 @@
11811181
"release_firmware": "5.19.x",
11821182
"amazon_name": "Kindle Scribe Colorsoft (1st Generation)",
11831183
"last_firmware": "Not Yet Discontinued",
1184-
"platform": "Bellatrix6?",
1184+
"platform": "Platcs8",
11851185
"board": "Calvados",
11861186
"jailbreak": "None Available",
11871187
"generation_nickname": "KSC",

0 commit comments

Comments
 (0)