Commit 1f8408e
committed
Fix S3 startup due to ble_gap_adv_active crash
ble_gap_adv_active() crashes now when BLE hasn't been init. This is
likely due to internal memory allocations in esp-nimble.
So, check enabled before calling into it.
Fixes #108491 parent ab84b9f commit 1f8408e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
736 | | - | |
| 736 | + | |
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
| |||
0 commit comments