added toggle for node reversal to the component form, limited it to firmware version 2.1.8 or higher
This commit is contained in:
parent
d831677769
commit
54d995ae2d
4 changed files with 64 additions and 5 deletions
|
|
@ -34,6 +34,22 @@ const featureVersions: Map<string, FeatureVersionByPlatform> = new Map([
|
|||
v2EthBlue: "2.0.44"
|
||||
}
|
||||
],[
|
||||
"reverseNodes",
|
||||
{
|
||||
photon: "N/A",
|
||||
electron: "N/A",
|
||||
v2Wifi: "N/A",
|
||||
v2Cell: "N/A",
|
||||
v2WifiS3: "N/A",
|
||||
v2CellS3: "N/A",
|
||||
v2CellBlack: "2.1.8",
|
||||
v2CellGreen: "N/A",
|
||||
v2WifiBlue: "2.1.8",
|
||||
v2CellBlue: "2.1.8",
|
||||
v2EthBlue: "2.1.8"
|
||||
}
|
||||
],
|
||||
[
|
||||
"detectI2C",
|
||||
{
|
||||
photon: "N/A",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue