Skip to content

Commit f258e2d

Browse files
committed
build: Update espressif32 to 3.4.0
1 parent 5399d80 commit f258e2d

File tree

5 files changed

+1882
-19
lines changed

5 files changed

+1882
-19
lines changed

partitions.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
# ESP-IDF Partition Table
12
# 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, , 0x3F0000,
3+
nvs, data, nvs, 0x9000, 0x6000,
4+
phy_init, data, phy, 0xf000, 0x1000,
5+
factory, app, factory, 0x10000, 2M,

partitions_old.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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, , 0x3F0000,

platformio.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
; https://docs.platformio.org/page/projectconf.html
1010

1111
[env:esp32dev_debug]
12-
platform = espressif32@2.1.0
12+
platform = espressif32@3.4.0
1313
board = node32s
1414
framework = espidf
1515
monitor_speed = 115200
16+
board_build.partitions = partitions.csv
1617
build_flags =
17-
-DLOG_LOCAL_LEVEL=ESP_LOG_DEBUG
18+
-DLOG_LOCAL_LEVEL=ESP_LOG_INFO
1819
; -DDISABLETWIFI ;Disable Wifi task
1920
; -DDISABLETMQTT ;Disable Mqtt task
2021
; -DDISABLETBT ;Disable Bluetooth task

0 commit comments

Comments
 (0)