Closed plaes closed 11 months ago
This reduces softdevice memory usage for ~30k for most examples. Annoyingly, when underallocating memory for gatts_attr_tab_size, softdevice crashes silently, so I decided to use ...DEFAULT instead of ..._MIN. Fixes #209
gatts_attr_tab_size
...DEFAULT
..._MIN
This reduces softdevice memory usage for ~30k for most examples. Annoyingly, when underallocating memory for
gatts_attr_tab_size
, softdevice crashes silently, so I decided to use...DEFAULT
instead of..._MIN
. Fixes #209