Fix wstring to string conversion warnings in EpomakerController.cpp

This commit is contained in:
Adam Honse 2024-07-29 21:27:41 -05:00
parent b0d2954a56
commit 8b9a5b460f
2 changed files with 28 additions and 25 deletions

View file

@ -18,6 +18,7 @@
#define EPOMAKER_COMMAND_RGB 0x07
#define EPOMAKER_COMMAND_SET 0xF60A
#define EPOMAKER_COMMAND_PING 0xF7
#define HID_MAX_STR 255
enum
{
@ -107,7 +108,6 @@ public:
private:
std::string device_name;
std::string serial;
std::string location;
hid_device* dev;