From 87e1f1b4985d4e4d1270e3d136bca6d73e5ee18c Mon Sep 17 00:00:00 2001 From: uncor3 Date: Tue, 10 Feb 2026 21:11:51 +0000 Subject: [PATCH] feat: add ipAddress field to DeviceInfo struct --- src/iDescriptor.h | 2 ++ 1 file changed, 2 insertions(+) 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 {