-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathplatformio.ini
More file actions
45 lines (40 loc) · 1.18 KB
/
Copy pathplatformio.ini
File metadata and controls
45 lines (40 loc) · 1.18 KB
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
; 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]
default_envs = d1_mini
[env]
framework = arduino
extra_scripts =
pre:src/base/pio_pre_define_PROGNAME.py
pre:src/base/pio_pre_copy_base.py
pre:src/base/pio_pre_build_spa.py
pre:src/base/pio_pre_webfiles_to_headers.py
upload_speed = 921600
monitor_speed = 38400
lib_deps =
bblanchon/ArduinoJson@^7.4.3
hmueller01/PubSubClient3@^3.3.0
domochip/Palazzetti@3.4.0
[env:d1_mini]
board = d1_mini
platform = espressif8266
monitor_filters = esp8266_exception_decoder
[env:d1_mini_debug]
board = d1_mini
platform = espressif8266
monitor_filters = esp8266_exception_decoder
build_type = debug
build_flags = -DDEBUG -fstack-usage -fcallgraph-info
extra_scripts =
${env.extra_scripts}
post:src/base/pio_post_find_biggest_callstack_paths.py
[env:mhetesp32minikit]
board = mhetesp32minikit
platform = espressif32