Fix typo's.

This commit is contained in:
h2zero 2020-03-30 16:12:22 -06:00
parent c7de73b655
commit a77f33e251
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# *** UPDATE *** # *** 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. 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. 3 simultaneous connections tested stable so far on both client and server.

View file

@ -17,7 +17,7 @@
#include "sdkconfig.h" #include "sdkconfig.h"
#if defined(CONFIG_BT_ENABLED) #if defined(CONFIG_BT_ENABLED)
#include "NimbleScan.h" #include "NimBLEScan.h"
#include "NimBLEUtils.h" #include "NimBLEUtils.h"
#include "NimBLEClient.h" #include "NimBLEClient.h"
#include "NimBLEServer.h" #include "NimBLEServer.h"