-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathplatformio.ini
55 lines (47 loc) · 1.39 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
; 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]
framework = espidf
monitor_speed = 115200
monitor_raw = yes
board_build.partitions = larger.csv
board_build.embed_files =
src/pages/favicon.ico
board_build.embed_txtfiles =
src/pages/styles-67aa3b0203355627b525be2ea57be7bf.css
src/pages/config.html
src/pages/result.html
src/pages/apply.html
src/pages/scan.html
src/pages/reset.html
src/pages/unlock.html
src/pages/advanced.html
src/pages/lock.html
src/pages/clients.html
src/pages/ota.html
src/pages/otalog.html
src/pages/about.html
src/pages/portmap_start.html
src/pages/portmap_end.html
src/pages/jquery-8a1045d9cbf50b52a0805c111ba08e94.js
platform = [email protected]
; platform_packages =
; framework-espidf @ https://github.com/tasmota/esp-idf/releases/download/v5.1.2-org/esp-idf-v5.1.2-org.zip
[env:esp32]
board = esp32dev
[env:esp32-c3]
board = esp32-c3-devkitm-1
[env:esp32-s2]
board = lolin_s2_mini
upload_port = /dev/ttyACM0
[env:esp32-c6]
board = esp32-c6-devkitm-1
[env:esp32-s3]
board = esp32-s3-devkitm-1