esp32: enable le data channels, disable packet logger

This commit is contained in:
Matthias Ringwald 2018-01-17 12:07:17 +01:00
parent b8b2707a51
commit 2b3e76a20b

View File

@ -16,6 +16,7 @@
#define ENABLE_CLASSIC
#define ENABLE_LE_PERIPHERAL
#define ENABLE_LE_CENTRAL
#define ENABLE_LE_DATA_CHANNELS
#define ENABLE_LE_DATA_LENGTH_EXTENSION
#define ENABLE_LE_SECURE_CONNECTIONS
// ESP32 supports ECDH HCI Commands, but micro-ecc lib is already provided anyway