Merge branch 'onewire_detect' into staging_environment
This commit is contained in:
commit
a7fee2f76d
13 changed files with 380 additions and 24 deletions
|
|
@ -64,6 +64,21 @@ const featureVersions: Map<string, FeatureVersionByPlatform> = new Map([
|
|||
v2CellBlue: "2.1.7",
|
||||
v2EthBlue: "2.1.7"
|
||||
}
|
||||
],[
|
||||
"detectOneWire",
|
||||
{
|
||||
photon: "N/A",
|
||||
electron: "N/A",
|
||||
v2Wifi: "N/A",
|
||||
v2Cell: "N/A",
|
||||
v2WifiS3: "N/A",
|
||||
v2CellS3: "N/A",
|
||||
v2CellBlack: "2.1.10",
|
||||
v2CellGreen: "N/A",
|
||||
v2WifiBlue: "2.1.10",
|
||||
v2CellBlue: "2.1.10",
|
||||
v2EthBlue: "2.1.10"
|
||||
}
|
||||
]
|
||||
]);
|
||||
export class Device {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue