fix(nimble): Fixed memory leak when dynamic services are disabled

This commit is contained in:
Rahul Tank
2026-02-27 11:14:45 +05:30
parent a8d0137263
commit fbd283e5a5
2 changed files with 2 additions and 2 deletions
@@ -2,4 +2,4 @@
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
nvs, data, nvs, , 0x6000,
phy_init, data, phy, , 0x1000,
factory, app, factory, , 0x151000,
factory, app, factory, , 0x152000,
1 # Name, Type, SubType, Offset, Size, Flags
2 # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3 nvs, data, nvs, , 0x6000,
4 phy_init, data, phy, , 0x1000,
5 factory, app, factory, , 0x151000, factory, app, factory, , 0x152000,