From 51cac2f1adda1a8c446210d965aeb4201fe38de8 Mon Sep 17 00:00:00 2001 From: Wastl Kraus Date: Tue, 30 Sep 2025 20:52:41 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 7eef57d..232a5b7 100644 --- a/README.md +++ b/README.md @@ -100,16 +100,6 @@ The `web_control` and `web_client` examples require the following additional lib - [ESPAsyncWebServer](https://github.com/ESP32Async/ESPAsyncWebServer) - [AsyncTCP](https://github.com/ESP32Async/AsyncTCP) -You can install these libraries using the Arduino Library Manager or by adding them to your `platformio.ini` file: - -```ini -lib_deps = - https://github.com/derdoktor667/DShotRMT.git - https://github.com/bblanchon/ArduinoJson - https://github.com/ESP32Async/ESPAsyncWebServer - https://github.com/ESP32Async/AsyncTCP -``` - ## 📚 API Reference The main class is `DShotRMT`. Here are the most important methods: