Update NimBLEServer.h (#65)

This commit is contained in:
David Lehrian 2022-01-01 17:00:45 -08:00 committed by GitHub
parent f2ade345f4
commit 5facd89a00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,8 @@
#define NIMBLE_ATT_REMOVE_HIDE 1 #define NIMBLE_ATT_REMOVE_HIDE 1
#define NIMBLE_ATT_REMOVE_DELETE 2 #define NIMBLE_ATT_REMOVE_DELETE 2
#define onMtuChanged onMTUChange
#include "NimBLEUtils.h" #include "NimBLEUtils.h"
#include "NimBLEAddress.h" #include "NimBLEAddress.h"
#include "NimBLEAdvertising.h" #include "NimBLEAdvertising.h"