increasing the detect onewire to 10 since 9 is going to be for increasing the conditions on an interaction

This commit is contained in:
csawatzky 2025-11-20 10:28:08 -06:00
parent fa85c3b6ab
commit 8955547868

View file

@ -57,11 +57,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.9", v2CellBlack: "2.1.10",
v2CellGreen: "N/A", v2CellGreen: "N/A",
v2WifiBlue: "2.1.9", v2WifiBlue: "2.1.10",
v2CellBlue: "2.1.9", v2CellBlue: "2.1.10",
v2EthBlue: "2.1.9" v2EthBlue: "2.1.10"
} }
] ]
]); ]);