Compare commits

...

2 Commits

Author SHA1 Message Date
William Emfinger ad852dd5a3
Merge 5c007cb845 into 226c67f729 2024-04-20 09:59:56 -06:00
Sebastian Holder 226c67f729
Initialize ble_gatt_chr_def[]. Fixes #148 (#150)
IDF 5.2 introduced a new member, cpfd, to the
ble_gatt_chr_def struct. It needs to be initialized
to nullptr in order to avoid accessing uninitialized
memory. By initializing the whole struct, we get
everything initialized in a backward-compatible way.
2024-04-20 09:14:55 -06:00

Diff Content Not Available