changing the version number for the I2C scan to the correct number
This commit is contained in:
parent
aea654fc18
commit
103949230c
1 changed files with 4 additions and 4 deletions
|
|
@ -42,11 +42,11 @@ const featureVersions: Map<string, FeatureVersionByPlatform> = new Map([
|
||||||
v2Cell: "N/A",
|
v2Cell: "N/A",
|
||||||
v2WifiS3: "N/A",
|
v2WifiS3: "N/A",
|
||||||
v2CellS3: "N/A",
|
v2CellS3: "N/A",
|
||||||
v2CellBlack: "2.1.6",
|
v2CellBlack: "2.1.7",
|
||||||
v2CellGreen: "N/A",
|
v2CellGreen: "N/A",
|
||||||
v2WifiBlue: "2.1.6",
|
v2WifiBlue: "2.1.7",
|
||||||
v2CellBlue: "2.1.6",
|
v2CellBlue: "2.1.7",
|
||||||
v2EthBlue: "2.1.6"
|
v2EthBlue: "2.1.7"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue