diff --git a/README.md b/README.md index a54b221..ca18d72 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ Easy-to-use Arduino library for interfacing an ESP 32 with Bluetooth LE mobile d This library is designed to follow the standard Arduino library style, and be as easy to use and clear as possible for non-programmers (i.e. no lambda functions, threads, new C++ language features, etc.) -Note that this is a work in progress and is incomplete (but should work). - ## Features - * Easily start re-advertising the ESP 32 device if BLE connection is lost. - * Apple ANCS notification support, with advanced message details. + + Support notifications on your device with a few lines of Arduino code. + + Easily start re-advertising the ESP 32 device if BLE connection is lost. + + Apple ANCS notification support, with advanced message details. + + Use actions to accept or reject incoming calls. ## Installation