first iteration of basic layout

This commit is contained in:
csawatzky 2025-11-03 16:41:26 -06:00
parent 65cb7acbab
commit 487c8617e4
5 changed files with 100 additions and 23 deletions

View file

@ -142,8 +142,8 @@ export default function DeviceWizard(props: Props) {
</Tooltip>
)}
{selectedPort &&
// selectedPort.addressType === quack.AddressType.ADDRESS_TYPE_CONFIGURABLE_PIN_ARRAY &&
// device.featureSupported("detectOneWire") &&
selectedPort.addressType === quack.AddressType.ADDRESS_TYPE_CONFIGURABLE_PIN_ARRAY &&
device.featureSupported("detectOneWire") &&
selectedPort.autoDetectable && (
<Tooltip title="Used to tell the Device to scan this port for any plugged in sensors">
<MenuItem