updating the version check in the device model for firmware versions, the string comparison was just wrong
This commit is contained in:
parent
a7fee2f76d
commit
2edca58f7c
3 changed files with 64 additions and 13 deletions
|
|
@ -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 }]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue