tahunus

Results 6 comments of tahunus

Hi @jason-kong I'm trying to do a similar thing: one BLE Keyboard paired with two devices. In my case, one device is an iOS unit for display and text-to-speech functions...

Worked with iPad Pro 9.7 (2016) and IOS 14.7.1 when using BleKeyboard bleKeyboard("ESP32Kbd") with library version 0.2.3 iOS issues this warning: "Using ESP32kbd may affect Wi-Fi and Bluetooth connectivity" My...

Issue still present in stable release 2.0.0 (Windows 11) (In any case, KUDOS to the team for this release!! )

**Same issue** Board: DOIT ESP32 DEVKIT V1 Partition Table: not an option to change in Arduino IDE Browser: Edge AsyncElegantOTA ver: 2.2.6 From compiler: ``` Sketch uses 1084725 bytes (82%)...

Perhaps adding the code files here can assist in a visual tour. ``` const byte buzzPin = 12; const byte buzzChan = 0; #include "tunes.h" int tempo, notes, wholenote, divider,...

Since that line (832) is meant to return a 0.0.0.0 IP Address if no client is present (I think) besides @jnule1a solution, a IPAddress(0,0,0,0) also works.