-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshared.ini
More file actions
38 lines (33 loc) · 763 Bytes
/
shared.ini
File metadata and controls
38 lines (33 loc) · 763 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
; GLOBAL
[env]
framework = arduino
monitor_speed = 115200
targets = upload, monitor
lib_ldf_mode = chain+
; COMMON
[common]
; build_flags = -DDISABLE_LOGGING
build_flags = !echo "'-DBRICKS_VERSION=\"$(git rev-parse HEAD)\"'"
lib_deps =
ArduinoLog
PubSubClient
WifiEspNow
; ESP8266 & ESP32
[esp8266_base]
platform = espressif8266
monitor_filters = esp8266_exception_decoder, default
upload_speed = 512000
[esp32_base]
platform = espressif32
monitor_filters = esp32_exception_decoder, default
upload_port = /dev/cu.SLAB_USBtoUART
monitor_port = /dev/cu.SLAB_USBtoUART
test_port = /dev/cu.SLAB_USBtoUART
upload_speed = 921600
; BOARDS
[env:wemos_d1_mini32]
board = wemos_d1_mini32
extends = esp32_base
[env:d1_mini]
board = d1_mini
extends = esp8266_base