From 89b4d8b216f2aa582e3203be3c04c44fc761e7cc Mon Sep 17 00:00:00 2001 From: Quentin F <109275084+qfisch@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:14:34 +0200 Subject: [PATCH] Remove reference to Refactored_original_examples in README.md These examples have been removed from the repository --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fb2382c1..dd402774 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,6 @@ If you already use this library and need to migrate your code to version 2.x see For added performance and optimizations see [Usage tips](docs/Usage_tips.md). -Check the Refactored_original_examples in the examples folder for highlights of the differences with the original library. - More advanced examples highlighting many available features are in examples/ NimBLE_Server, NimBLE_Client. Beacon examples provided by @beegee-tokyo are in examples/ BLE_Beacon_Scanner, BLE_EddystoneTLM_Beacon.