Update esp-nimble-cpp and NukiBle
This commit is contained in:
@@ -21,7 +21,7 @@ Scanner::Scanner(int reservedSubscribers) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Scanner::initialize(const std::string& deviceName, const bool wantDuplicates, const uint16_t interval, const uint16_t window) {
|
void Scanner::initialize(const std::string& deviceName, const bool wantDuplicates, const uint16_t interval, const uint16_t window) {
|
||||||
if (!BLEDevice::getInitialized()) {
|
if (!BLEDevice::isInitialized()) {
|
||||||
if (wantDuplicates) {
|
if (wantDuplicates) {
|
||||||
// reduce memory footprint, cache is not used anyway
|
// reduce memory footprint, cache is not used anyway
|
||||||
#ifdef CONFIG_BTDM_BLE_SCAN_DUPL
|
#ifdef CONFIG_BTDM_BLE_SCAN_DUPL
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ dependencies:
|
|||||||
|
|
||||||
esp-nimble-cpp:
|
esp-nimble-cpp:
|
||||||
git: https://github.com/h2zero/esp-nimble-cpp.git
|
git: https://github.com/h2zero/esp-nimble-cpp.git
|
||||||
version: 758c4d0471cca8a00c8652aac2e16940ecb30cb3
|
version: 020c61700dce2174769f855d45ab0ea70a2aaac4
|
||||||
|
|
||||||
espressif/libsodium: "^1.0.20~1"
|
espressif/libsodium: "^1.0.20~1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user