afpineda
afpineda
# Request Add a new kind of graphic to *mermaid-js*: a graphical representation of production rules for syntax grammars # Motivation Grammars are used in some IT projects and proper...
Fixed issue #492. Note that some changes are just code formatting from VSCode. Relevant changes are: `NimBLEHIDDevice::manufacturer()` and `NimBLEHIDDevice::pnp()`
**Steps to reproduce** 1. Create a `NimBLEHIDDevice` instance. 2. Call `manufacturer()->setValue()`. 3. Call `pnp()` 4. Start services Example code: ```c hid = new NimBLEHIDDevice(pServer); if (!hid) { log_e("Unable to create...
Hi. Just to note: I tried to compile an empty project (just libraries) in VisualStudio Code and PlatformIO's IDE plugin. Previously, I downloaded and installed *mbed-ble-hid* using the builtin library...
Hi. When compiling with all warnings ON, I get the following warning messages: ```text /home/runner/Arduino/libraries/NimBLE-Arduino/src/nimble/nimble/host/mesh/src/proxy_srv.c:637:13: warning: 'proxy_ccc_write' defined but not used [-Wunused-function] 637 | static void proxy_ccc_write(uint16_t conn_handle) | ^~~~~~~~~~~~~~~...
Hi, and thanks for sharing your work. I would appreciate an answer to the following question: According to Espressif's [hardware design guidelines](https://docs.espressif.com/projects/esp-hardware-design-guidelines/en/latest/esp32s3/schematic-checklist.html#usb), *"it is recommended to populate 22/33 Ω series...
### Board Wemos Lolin32 Lite ### Device Description I'm using a standard Wemos Lolin32 Lite board (ESP32) and nothing else. ### Hardware Configuration Nothing attached to GPIO pins. ### Version...