Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize characteristic array to NULL to prevent crash.
Espressif introduced a new member to the characteristic struct for the characteristic presentation format descriptor, cpfd (0x2904). If this is not initilaized to NULL then the garbage data will be used and subsequently cause a crash on starting the server.
- Loading branch information