Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

needed to add the .c_str() in the BleMouse.cpp #73

Open
Emilevanderlaan opened this issue Sep 14, 2024 · 1 comment
Open

needed to add the .c_str() in the BleMouse.cpp #73

Emilevanderlaan opened this issue Sep 14, 2024 · 1 comment

Comments

@Emilevanderlaan
Copy link

Emilevanderlaan commented Sep 14, 2024

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());

EmileSpecialProducts added a commit to EmileSpecialProducts/ESP32-BLE-Mouse that referenced this issue Sep 30, 2024
T-vK#73 needed to add the .c_str() in the BleMouse.cpp
T-vK#57 Resume advertising after the disconnect
@ChrisVeigl
Copy link

.. made it work for me!
thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants