You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments