-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
42 lines (37 loc) · 1.08 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
; 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
[common]
lib_deps =
git+https://github.com/volkszaehler/libsml
;EspSoftwareSerial
;MicroDebug
ESPAsyncTCP
jled
env_default = DoIT_ESP32_v1
build_flags = -DIOTWEBCONF_PASSWORD_LEN=65
lib_ldf_mode = deep+
[env:esp32doit-devkit-v1]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
lib_deps =
${common.lib_deps}
;me-no-dev/AsyncTCP@^1.1.1
me-no-dev/AsyncTCP
tobiasschuerg/ESP8266 Influxdb ;@ ^3.9.0
prampec/IotWebConf@^3.2.0
lib_ldf_mode = ${common.lib_ldf_mode}
build_flags = ${common.build_flags} -DSERIAL_DEBUG=false
monitor_speed = 115200
monitor_port = /dev/cu.usbserial-0001
upload_port = /dev/cu.usbserial-0001
;upload_protocol = espota
;upload_port = esp32VH
board_build.partitions = min_spiffs.csv