pyaillet / esp-idf-ble

This project aims at providing a safe Rust wrapper of esp-idf to enable BLE on the ESP32 microcontrollers family
Apache License 2.0
46 stars 9 forks source link

ESP32-C3 #9

Open ChocolateLoverRaj opened 10 months ago

ChocolateLoverRaj commented 10 months ago

I am trying to use a ESP32-C3 as a BLE peripheral. Could this library add support for ESP32-C3?

ChocolateLoverRaj commented 10 months ago

I checked cargo/config.toml and it seems like ESP32-C3 is supported. I think it would be useful to have instructions on commenting / uncommenting the target option based on the board you have.

pyaillet commented 10 months ago

Hi!

Thanks for your interest in this project.

Just wanted you to know that there is a more official and maintained project for this, see this. I will add a comment in the README to indicate this.

However I opened a PR with your comments, feel free to tell me if it suits your needs.