adding versioning for detect i2c on v2 devices

This commit is contained in:
csawatzky 2025-07-25 16:19:29 -06:00
parent 116ad33351
commit c5091578d6

View file

@ -38,15 +38,15 @@ const featureVersions: Map<string, FeatureVersionByPlatform> = new Map([
{ {
photon: "N/A", photon: "N/A",
electron: "N/A", electron: "N/A",
v2Wifi: "N/A", v2Wifi: "2.1.6",
v2Cell: "N/A", v2Cell: "2.1.6",
v2WifiS3: "N/A", v2WifiS3: "2.1.6",
v2CellS3: "N/A", v2CellS3: "2.1.6",
v2CellBlack: "N/A", v2CellBlack: "2.1.6",
v2CellGreen: "N/A", v2CellGreen: "2.1.6",
v2WifiBlue: "N/A", v2WifiBlue: "2.1.6",
v2CellBlue: "N/A", v2CellBlue: "2.1.6",
v2EthBlue: "N/A" v2EthBlue: "2.1.6"
} }
] ]
]); ]);