Speed up bluetooth proxy connections when using esp-idf (#4171)

This commit is contained in:
J. Nick Koston
2022-12-12 14:57:12 -10:00
committed by Jesse Hills
parent 1952c1880b
commit 0a1f705fda
3 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -398,11 +398,11 @@ spiffs, data, spiffs, 0x391000, 0x00F000
IDF_PARTITIONS_CSV = """\
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, , 0x4000,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
app0, app, ota_0, , 0x1C0000,
app1, app, ota_1, , 0x1C0000,
nvs, data, nvs, , 0x6d000,
"""