VisaJE

Results 2 issues of VisaJE

I've had this curious issue on ESP32-S3 (on a proprietary board) not disconnecting correctly when device exits the range of bluetooth with NimBLE-Arduino 2.1.2. Also seems to happen on 2.2.3....

``` /** @brief ACL Buffer size */ #define CONFIG_BT_NIMBLE_TRANSPORT_ACL_SIZE 255 ``` In nimconfig.h this variable is not guarded, so it cannot be redefined in compile flags. I would like to...

bug