You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed to add the .c_str() in the BleMouse.cpp to get the arduino-esp32 v3.1.0 RC1 working. Line 143 BLEDevice::init(bleMouseInstance->deviceName.c_str()); Line 151 bleMouseInstance->hid->manufacturer()->setValue(bleMouseInstance->deviceManufacturer.c_str());
The text was updated successfully, but these errors were encountered:
I needed to add the .c_str() in the BleMouse.cpp to get the arduino-esp32 v3.1.0 RC1 working.
Line 143 BLEDevice::init(bleMouseInstance->deviceName.c_str());
Line 151 bleMouseInstance->hid->manufacturer()->setValue(bleMouseInstance->deviceManufacturer.c_str());
The text was updated successfully, but these errors were encountered: