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 4c9477b commit 56b8392Copy full SHA for 56b8392
platformio.ini
@@ -1,11 +1,13 @@
1
2
[env]
3
-platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.13/platform-espressif32.zip
+platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20/platform-espressif32.zip
4
framework = arduino
5
board_build.partitions = rainmaker_4MB_no_ota.csv
6
monitor_speed = 115200
7
+upload_speed = 1500000
8
check_skip_packages = yes
9
upload_protocol = esptool
10
+lib_archive = no
11
lib_compat_mode = strict
12
lib_ldf_mode = chain
13
0 commit comments