We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1271fc commit 4077404Copy full SHA for 4077404
targets/ESP32/_IDF/esp32/partitions_nanoclr_2mb.csv
@@ -8,7 +8,7 @@ nvs, data, nvs, 0x9000, 0x6000,
8
phy_init, data, phy, 0xf000, 0x1000,
9
# Factory area for nanoCLR - 1728k
10
factory, app, factory, 0x10000, 0x1B0000,
11
-# Deployment area for Managed code 12k
+# Deployment area for Managed code 192k
12
deploy, data, 0x84, 0x1C0000, 0x30000,
13
# Config data for Network, Wireless, certificates, user data 64k
14
config, data, littlefs, 0x1F0000, 0x10000,
0 commit comments