Skip to content

Commit 8176604

Browse files
authored
Update platformio.ini
1 parent dd9fe1d commit 8176604

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

platformio.ini

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,14 @@
1-
; PlatformIO Project Configuration File
2-
;
3-
; Build options: build flags, source filter
4-
; Upload options: custom upload port, speed and extra flags
5-
; Library options: dependencies, extra library storages
6-
; Advanced options: extra scripting
7-
;
8-
; Please visit documentation for the other options and examples
9-
; https://docs.platformio.org/page/projectconf.html
101

112
[env]
123
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.13/platform-espressif32.zip
134
framework = arduino
14-
;build_unflags =
15-
; -Wswitch-unreachable
16-
; -Wstringop-overflow
17-
; -Wincompatible-pointer-types
18-
; -Wnonnull-compare
19-
; -fexceptions
20-
; -Wpointer-arith
215
board_build.partitions = rainmaker_4MB_no_ota.csv
226
monitor_speed = 115200
237
check_skip_packages = yes
248
upload_protocol = esptool
259
lib_compat_mode = strict
2610
lib_ldf_mode = chain
27-
;lib_deps =
28-
;extra_scripts =
29-
; pre:pio-tools/flags.py
11+
3012

3113
[env:esp32]
3214
board = esp32dev
@@ -42,6 +24,3 @@ board = esp32-c3-devkitm-1
4224

4325
[env:esp32-c6]
4426
board = esp32-c6-devkitm-1
45-
46-
[env:esp32-p4]
47-
board = esp32-p4-evboard

0 commit comments

Comments
 (0)