forked from h2zero/esp-nimble-cpp
Fix typo's.
This commit is contained in:
@ -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.
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user