-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
24 lines (21 loc) · 871 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp32dev]
;platform = [email protected] ; Known to work
;platform = [email protected] ; esp-idf v5.1.2, Working fine
platform = [email protected] ; esp-idf v5.3.1, Working fine?
board = esp32dev
framework = espidf
upload_port = COM6
; https://docs.platformio.org/en/latest/platforms/espressif32.html#partition-tables
board_build.partitions = partitions.csv
; https://docs.platformio.org/en/latest/platforms/espressif32.html#embedding-binary-data
board_build.embed_txtfiles =
src/server_cert.pem