Skip to content

Commit d9409ca

Browse files
authored
Update platformio.ini
1 parent 9729ff4 commit d9409ca

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

platformio.ini

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

1111
[env]
12-
platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20-rc1/platform-espressif32.zip
12+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.13/platform-espressif32.zip
1313
framework = arduino
14-
build_unflags =
15-
-Wswitch-unreachable
16-
-Wstringop-overflow
17-
-Wincompatible-pointer-types
18-
-Wnonnull-compare
19-
-fexceptions
20-
-Wpointer-arith
14+
;build_unflags =
15+
; -Wswitch-unreachable
16+
; -Wstringop-overflow
17+
; -Wincompatible-pointer-types
18+
; -Wnonnull-compare
19+
; -fexceptions
20+
; -Wpointer-arith
2121
monitor_speed = 115200
2222
check_skip_packages = yes
2323
upload_protocol = esptool
2424
lib_compat_mode = strict
2525
lib_ldf_mode = chain
26-
lib_deps =
27-
https://github.com/pschatzmann/arduino-audio-driver
28-
https://github.com/pschatzmann/arduino-audio-tools
29-
https://github.com/pschatzmann/arduino-libflac
30-
https://github.com/pschatzmann/arduino-libopus
31-
extra_scripts =
32-
pre:pio-tools/flags.py
26+
;lib_deps =
27+
;extra_scripts =
28+
; pre:pio-tools/flags.py
3329

3430
[env:esp32]
3531
board = esp32dev
@@ -46,6 +42,5 @@ board = esp32-c3-devkitm-1
4642
[env:esp32-c6]
4743
board = esp32-c6-devkitm-1
4844

49-
; Audio tools are not P4 ready
50-
;[env:esp32-p4]
51-
;board = esp32-p4-evboard
45+
[env:esp32-p4]
46+
board = esp32-p4-evboard

0 commit comments

Comments
 (0)