updating the version check in the device model for firmware versions, the string comparison was just wrong

This commit is contained in:
csawatzky 2025-12-18 15:16:10 -06:00
parent a7fee2f76d
commit 2edca58f7c
3 changed files with 64 additions and 13 deletions

View file

@ -226,7 +226,6 @@ export default function DeviceWizard(props: Props) {
*/
const adjustAvailablePositions = (port: PortInformation, availability: DeviceAvailabilityMap) => {
let currentAvailability = availability;
console.log(port)
switch (port.addressType) {
case quack.AddressType.ADDRESS_TYPE_CONFIGURABLE_PIN_ARRAY:
currentAvailability.set(port.addressType, [{ address: port.address, label: port.label }]);