From a77f33e25183a8866bb700d7f95ff4bb44f12966 Mon Sep 17 00:00:00 2001 From: h2zero Date: Mon, 30 Mar 2020 16:12:22 -0600 Subject: [PATCH] Fix typo's. --- README.md | 2 +- src/NimBLEDevice.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 529a367..6252fdc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # *** UPDATE *** -This library is now ready with (mostly)all original BLE library compatiblity. +This library is now ready with (mostly) all original BLE library compatiblity. Check the examples and API_DIFFERENCES document for details of using this library. 3 simultaneous connections tested stable so far on both client and server. diff --git a/src/NimBLEDevice.h b/src/NimBLEDevice.h index 954e996..903fef3 100644 --- a/src/NimBLEDevice.h +++ b/src/NimBLEDevice.h @@ -17,7 +17,7 @@ #include "sdkconfig.h" #if defined(CONFIG_BT_ENABLED) -#include "NimbleScan.h" +#include "NimBLEScan.h" #include "NimBLEUtils.h" #include "NimBLEClient.h" #include "NimBLEServer.h"