-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
38 lines (32 loc) · 980 Bytes
/
Copy pathplatformio.ini
File metadata and controls
38 lines (32 loc) · 980 Bytes
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
[env:esp32doit-devkit-v1]
;platform = espressif32
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
board = esp32doit-devkit-v1
framework = arduino
; Serial Monitor Options
monitor_speed = 115200
upload_speed = 921600
monitor_filters = esp32_exception_decoder, time, log2file
test_speed = 115200
; Build Flags
build_flags =
-DAUTONETWORK_DEBUG=5
; Filesystem configuration
board_build.filesystem = littlefs
board_build.partitions = partitions.csv
build_type = debug
[env:test]
;platform = espressif32
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
board = esp32doit-devkit-v1
framework = arduino
; Serial Monitor Options
monitor_speed = 115200
upload_speed = 921600
monitor_filters = esp32_exception_decoder, time, log2file
test_speed = 115200
build_flags =
-DUNITY_INCLUDE_DOUBLE
-DUNIT_TEST
test_framework = unity
test_build_src = no