I'm trying to connect with device manager to an oak behind a firewall
I can connect fine (specifying a timeout of 2000ms using the env variable) using dai.Device(pipeline, device_info) where device_info is set to a specific IP, but the device manager/ bootloader won't connect
Is dai.DeviceBootloader(device, False) using a different port? Is it possible to specify a timeout for it as well?