From 7b78d7ba91618893cfdac0f9bfa0fce58198ff20 Mon Sep 17 00:00:00 2001 From: csawatzky Date: Thu, 16 Oct 2025 16:22:16 -0600 Subject: [PATCH] hotfix to change the firmware version of the I2C scan to the correct version number --- src/models/Device.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/models/Device.ts b/src/models/Device.ts index 46ce943..b91cdd1 100644 --- a/src/models/Device.ts +++ b/src/models/Device.ts @@ -42,11 +42,11 @@ const featureVersions: Map = new Map([ v2Cell: "N/A", v2WifiS3: "N/A", v2CellS3: "N/A", - v2CellBlack: "2.1.6", + v2CellBlack: "2.1.7", v2CellGreen: "N/A", - v2WifiBlue: "2.1.6", - v2CellBlue: "2.1.6", - v2EthBlue: "2.1.6" + v2WifiBlue: "2.1.7", + v2CellBlue: "2.1.7", + v2EthBlue: "2.1.7" } ] ]);