Nishanth Samala
Nishanth Samala
To use this FastLED-idf component in my code and keep up to date with your changes, I keep my own respository that tracks these changes as an IDF component here:...
Fixes # or Enhancement # Changes proposed in this pull request: - Enables this library to work with any device that supports [Adafruit TinyUSB](https://github.com/adafruit/Adafruit_TinyUSB_Arduino) - Adds an optional parameter to...
Hey there, thanks for creating an awesome wrapper for NimBLE on the ESP32! I've been having an issue trying to get the `setScanFilter` function working. If I whitelist scanning or...
Uses Semaphores in order to avoid issues with accessing the BLE resource on Android Merges in changes from the `connected-devices` branch
## Changes - Runs `xTaskCreate` instead of `xTaskCreatePinnedToCore` if used on a device with `CONFIG_FREERTOS_UNICORE` enabled (e.g. on single core ESP32s) - Uses a secondary internal TWAI controller if `SOC_TWAI_CONTROLLER_NUM...
This PR just bumps the version identifier so that the latest changes can be picked up by Arduino / PlatformIO. The fixes re: `setRXFilter` are necessary so that the code...