Emile van der Laan
Results
2
issues of
Emile van der Laan
How do I Connect the CC1101 to the ESP32-C3 To setup the CC1101 I cannot use the setSpiPin() as this will be reset by the init()->setSpi(). And there the ESP32...
I needed to add the **.c_str()** in the BleMouse.cpp to get the [arduino-esp32](https://github.com/espressif/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());`