From 131c4ebb891f505b99039ae24bbb7188baeefc3c Mon Sep 17 00:00:00 2001 From: csawatzky Date: Fri, 25 Jul 2025 16:33:43 -0600 Subject: [PATCH] setting the deprecated boards according to Ashton that wont reach the version for the detectI2C feature to have it as N/A --- src/models/Device.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/models/Device.ts b/src/models/Device.ts index 31fb95f..46ce943 100644 --- a/src/models/Device.ts +++ b/src/models/Device.ts @@ -38,12 +38,12 @@ const featureVersions: Map = new Map([ { photon: "N/A", electron: "N/A", - v2Wifi: "2.1.6", - v2Cell: "2.1.6", - v2WifiS3: "2.1.6", - v2CellS3: "2.1.6", + v2Wifi: "N/A", + v2Cell: "N/A", + v2WifiS3: "N/A", + v2CellS3: "N/A", v2CellBlack: "2.1.6", - v2CellGreen: "2.1.6", + v2CellGreen: "N/A", v2WifiBlue: "2.1.6", v2CellBlue: "2.1.6", v2EthBlue: "2.1.6"