added imgui to device renderer

This commit is contained in:
Robert 2023-06-30 20:47:50 +02:00
parent c169fab420
commit bdfaeea0d0
6 changed files with 29 additions and 2 deletions

View file

@ -15,6 +15,6 @@ public:
private:
void parseAndSetMac(const std::string& macAddress);
private:
public:
uint8_t macAddress[6];
};