diff --git a/src/iDescriptor.h b/src/iDescriptor.h index cb79295..1e13956 100644 --- a/src/iDescriptor.h +++ b/src/iDescriptor.h @@ -210,6 +210,8 @@ struct DeviceInfo { DeviceVersion parsedDeviceVersion; std::string wifiMacAddress; bool isWireless = false; + // empty on USB devices + std::string ipAddress; }; struct iDescriptorDevice {