added toggle for node reversal to the component form, limited it to firmware version 2.1.8 or higher

This commit is contained in:
csawatzky 2025-11-13 11:25:44 -06:00
parent d831677769
commit 54d995ae2d
4 changed files with 64 additions and 5 deletions

View file

@ -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",