nkolban / esp32-snippets

Sample ESP32 snippets and code fragments
https://leanpub.com/kolban-ESP32
Apache License 2.0
2.37k stars 710 forks source link

ESP32 BLE Characteristics increase the maximum #1181

Closed wolfgangmauer closed 10 months ago

wolfgangmauer commented 10 months ago

Add 8 BLECharacteristic to one BLEService, only 7 show up If BLECharacteristic has BLEDescriptor only 4 show up

How can I increase the maximum number?

wolfgangmauer commented 10 months ago

createService will fix this with snd parameter;-)