forked from google/brotli
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
platformio.ini
30 lines (27 loc) · 869 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
25
26
27
28
29
; 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 = lolin_d32
; Specify directories so it's fast to compile this from the directory root
workspace_dir = tests
build_dir = tests/.pio/build
libdeps_dir = tests/.pio/libdeps
src_dir = tests/src
; SPIFFS directory
data_dir = tests/data
[env:lolin_d32]
platform = espressif32
board = lolin_d32
framework = arduino
monitor_speed = 115200
; Some mini ESP32 boards like TTGO don't like high upload speeds
upload_speed = 460800
lib_deps =
https://github.com/martinberlin/brotli.git