1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-15 09:42:19 +01:00

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 GitHub
parent db3096c6e1
commit c47dc09d34
3 changed files with 11 additions and 1 deletions

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,
"""