Sylvain Quendez
Sylvain Quendez
I would be useful to have `void BLECharacteristic::notify()` returning an error message when `::esp_ble_gatts_send_indicate()` fails. Otherwise, there's no way for your program to react if the BLE link is flooded...
What kind of issue is this? - [X ] **PlatformIO Core**. If you’ve found a bug, please provide an information below. *You can erase any parts of this template not...
What kind of issue is this? - [X] **PlatformIO Core**. If you’ve found a bug, please provide an information below. *You can erase any parts of this template not applicable...
Not sure what kind of actual impact this might have on the rest of the library, but I believe there is something wrong in the LowPassFilter class: ```c++ LowPassFilter::LowPassFilter(float time_constant)...
In [v25.2.10/Windows.flatc.binary.zip](https://github.com/google/flatbuffers/releases/download/v25.2.10/Windows.flatc.binary.zip): 1. `flatc.exe --version` displays "flatc version 25.1.24" instead of "flatc version 25.2.10" 2. Generated files are not compatible with version 25.2.10: "static assertion failed: Non-compatible flatbuffers version included"
In the [logging](https://boost-ext.github.io/sml/examples.html#logging) sample code, when entering a top state, only the top state is logged but not its initial substate. Any way to solve this? Also, I would like...
#### Current Behavior: When devices are auto-attached during an application session, these settings are not preserved when the application is restarted. Users must manually reconfigure auto-attach settings each time they...
In WSL: ``` Processing debugNoBle (platform: https://github.com/pioarduino/platform-espressif32/releases/download/55.03.34/platform-espressif32.zip; board: esp32-s3-devkitc-1; framework: arduino) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Library Manager: Installing FS @ * Library Manager: Installing SD_MMC @ * Verbose mode can be enabled via...
## Problem When using `lib_ldf_mode = off` and explicitly declaring dependencies, PlatformIO resolves library names to external registry libraries instead of built-in framework libraries, even when the intent is to...
Here is my env switcher: And there's an additional 1,5 pages. It is very difficult to read. I would love to have something nicely formatted, like in the workspace tree...