set the detect I2C feature to not be available yet as we have changed how it works on dev so will want to wait for those changes before it goes live
This commit is contained in:
parent
0266776e77
commit
2d5f21c9b5
1 changed files with 11 additions and 11 deletions
|
|
@ -36,17 +36,17 @@ const featureVersions: Map<string, FeatureVersionByPlatform> = new Map([
|
|||
],[
|
||||
"detectI2C",
|
||||
{
|
||||
photon: "NA",
|
||||
electron: "NA",
|
||||
v2Wifi: "2.1.6",
|
||||
v2Cell: "2.1.6",
|
||||
v2WifiS3: "2.1.6",
|
||||
v2CellS3: "2.1.6",
|
||||
v2CellBlack: "2.1.6",
|
||||
v2CellGreen: "2.1.6",
|
||||
v2WifiBlue: "2.1.6",
|
||||
v2CellBlue: "2.1.6",
|
||||
v2EthBlue: "2.1.6"
|
||||
photon: "N/A",
|
||||
electron: "N/A",
|
||||
v2Wifi: "N/A",
|
||||
v2Cell: "N/A",
|
||||
v2WifiS3: "N/A",
|
||||
v2CellS3: "N/A",
|
||||
v2CellBlack: "N/A",
|
||||
v2CellGreen: "N/A",
|
||||
v2WifiBlue: "N/A",
|
||||
v2CellBlue: "N/A",
|
||||
v2EthBlue: "N/A"
|
||||
}
|
||||
]
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue