From ca7d60aefa41421d315cb9ffc1634a8f6b0f42ac Mon Sep 17 00:00:00 2001 From: Pierre-Yves Aillet Date: Tue, 2 Jan 2024 18:59:16 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fbd021b..3ad65d3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ![CI](https://github.com/pyaillet/esp-idf-ble/workflows/Continuous%20integration/badge.svg) ![MIT/Apache-2.0 licensed](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue) +⚠️ Support for BLE in Rust with ESP-IDF seems to now be provided by [](https://github.com/esp-rs/esp-idf-svc/blob/master/src/bt/ble), make sure to check this. + # esp-idf-ble This project aims at providing a safe Rust wrapper of `esp-idf` to enable BLE on the ESP32 microcontrollers family