ESP32-BLE-Keyboard
ESP32-BLE-Keyboard copied to clipboard
Conflicts between BleServer and WiFiClientSecure
Hi, in my project i'm using ESP32 as a client with the library WiFiClientSecure. The problem is that my esp doesn't connect with my server in python because this library goes in conflict with blekeyboard.begin(). Is there a solution to disable blekeyboard and active its later?