-
Notifications
You must be signed in to change notification settings - Fork 11
/
platformio.ini
35 lines (30 loc) · 892 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
30
31
32
33
34
35
; 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
[env]
framework = arduino
; platform = espressif32
platform = espressif32 @ 6.7.0
board = wemos_d1_mini32
; The ESP32CAN library below includes a deprecated header file. This script patches that.
extra_scripts = pre:can_patch.py
lib_deps =
elapsedMillis
miwagner/ESP32CAN@^0.0.1
homespan/HomeSpan@^1.9.1
upload_speed = 921600
monitor_speed = 115200
monitor_filters =
esp32_exception_decoder
colorize
monitor_echo = yes
[env:Release]
build_type = release
[env:Debug]
build_type = debug