Skip to content

Commit 6ea442a

Browse files
committed
data(watch): drop invalid sub-1GB storage_options_gb from Huawei 2018 watches
Huawei Watch GT/Magic carried storage_options_gb: [0.125] (128 MB), which is not a valid integer-GB value: app.validate requires int >= 1 and TechEngine's MobileDeviceRead rejects the fractional float, breaking the static dump. Remove the field (the optional storage list) so the records validate and dump cleanly. Refs #1
1 parent f661e9f commit 6ea442a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

data/watch/huawei/2018/huawei-watch-magic/huawei-watch-magic.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
"type": "AMOLED capacitive touchscreen, 16M colors",
3535
"ppi": 326
3636
},
37-
"storage_options_gb": [
38-
0.125
39-
],
4037
"connectivity": {
4138
"bluetooth": "4.2, LE"
4239
}

0 commit comments

Comments
 (0)