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
I'm using this code in a project sharing files between two ESP32 C3's and Claude has found occasional panics caused by timeouts hitting this assert. Soaks with this assert removed are working and handling timeouts correctly.
NimBLE-Arduino/src/nimble/nimble/host/src/ble_att_cmd.c
Line 96 in c22a209
I'm using this code in a project sharing files between two ESP32 C3's and Claude has found occasional panics caused by timeouts hitting this assert. Soaks with this assert removed are working and handling timeouts correctly.