-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathplatformio.ini
63 lines (57 loc) · 1.8 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
56
57
58
59
60
61
62
63
; 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
[platformio]
description = POWADCR
default_envs = esp32devCOM
[common]
platform = espressif32 @ 6.6.0
framework = arduino
board = esp32dev
board_build.mcu = esp32
board_build.f_cpu = 240000000L
monitor_speed = 115200
board_build.partitions = min_spiffs.csv
;upload_port = COM8
;monitor_port = COM8
monitor_filters = esp32_exception_decoder
lib_ldf_mode = deep+
build_flags =
-DCORE_DEBUG_LEVEL=5
-DAUDIOKIT_BOARD=5
-DBOARD_HAS_PSRAM
lib_deps =
WiFi
WiFiClientSecure
kubafilinger/[email protected]
esphome/[email protected]
https://github.com/Seithan/[email protected]
https://github.com/pschatzmann/[email protected]
https://github.com/pschatzmann/[email protected]
https://github.com/pschatzmann/[email protected]
https://github.com/pschatzmann/[email protected]
https://github.com/pschatzmann/[email protected]
https://github.com/pschatzmann/[email protected]
https://github.com/greiman/SdFat#2.2.0
[esp32_common]
extends = common
[env:esp32devCOM]
extends = esp32_common
board = ${common.board}
lib_deps = ${common.lib_deps}
build_flags = ${common.build_flags}
[env:esp32devOTA]
; Configuracion para ElegantOTA
extends = esp32_common
board = ${common.board}
lib_deps = ${common.lib_deps}
build_flags = ${common.build_flags}
extra_scripts = platformio_upload.py
upload_protocol = custom
custom_upload_url = http://192.168.2.28/update