Skip to content

Commit defaabf

Browse files
committed
fix(data/watch): correct ram_gb for Samsung Gear S and S2 per Wikipedia
1 parent dcd11c5 commit defaabf

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

‎data/watch/samsung/2014/gear-s/gear-s.json‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
"brand": "samsung",
55
"soc": "qualcomm-msm8928-snapdragon-400",
66
"release_date": "2014-01-01",
7-
"ram_gb": 1,
7+
"ram_gb": 0.5,
88
"battery_mah": 1500,
99
"weight_g": 67.0,
1010
"os": "Feature phone",
1111
"verified": false,
1212
"source_urls": [
13+
"https://en.wikipedia.org/wiki/Samsung_Gear#Watches",
1314
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
1415
],
1516
"storage_options_gb": [
@@ -40,7 +41,7 @@
4041
"source_category": "smartphone-reclassified",
4142
"source_slug": "gear-s",
4243
"memory": {
43-
"ram_gb": 1,
44+
"ram_gb": 0.5,
4445
"storage_gb": 4
4546
},
4647
"network": {

‎data/watch/samsung/2015/gear-s2/gear-s2.json‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
"brand": "samsung",
55
"soc": "exynos-3250-dual",
66
"release_date": "2015-01-01",
7-
"ram_gb": 1,
7+
"ram_gb": 0.5,
88
"battery_mah": 1500,
99
"weight_g": 150.0,
1010
"os": "Feature phone",
1111
"verified": false,
1212
"source_urls": [
13+
"https://en.wikipedia.org/wiki/Samsung_Gear#Watches",
1314
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
1415
],
1516
"storage_options_gb": [
@@ -40,7 +41,7 @@
4041
"source_category": "smartphone-reclassified",
4142
"source_slug": "gear-s2",
4243
"memory": {
43-
"ram_gb": 1,
44+
"ram_gb": 0.5,
4445
"storage_gb": 4
4546
},
4647
"network": {

0 commit comments

Comments
 (0)