File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change 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
10
1
11
2
[env]
12
3
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.13/platform-espressif32.zip
13
4
framework = arduino
14
- ; build_unflags =
15
- ; -Wswitch-unreachable
16
- ; -Wstringop-overflow
17
- ; -Wincompatible-pointer-types
18
- ; -Wnonnull-compare
19
- ; -fexceptions
20
- ; -Wpointer-arith
21
5
board_build.partitions = rainmaker_4MB_no_ota.csv
22
6
monitor_speed = 115200
23
7
check_skip_packages = yes
24
8
upload_protocol = esptool
25
9
lib_compat_mode = strict
26
10
lib_ldf_mode = chain
27
- ; lib_deps =
28
- ; extra_scripts =
29
- ; pre:pio-tools/flags.py
11
+
30
12
31
13
[env:esp32]
32
14
board = esp32dev
@@ -42,6 +24,3 @@ board = esp32-c3-devkitm-1
42
24
43
25
[env:esp32-c6]
44
26
board = esp32-c6-devkitm-1
45
-
46
- [env:esp32-p4]
47
- board = esp32-p4-evboard
You can’t perform that action at this time.
0 commit comments