-
Notifications
You must be signed in to change notification settings - Fork 27
/
platformio.ini
32 lines (26 loc) · 1 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
; 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]
src_dir = PSAVanCanBridge
[env]
lib_extra_dirs = PSAVanCanBridge\src
[env:esp32doit-devkit-v1]
platform = espressif32@^5.2.0
board = esp32doit-devkit-v1
framework = arduino
upload_port = COM3
build_flags = -D PIO_FRAMEWORK_ARDUINO_ENABLE_CDC -Os -Wno-unknown-pragmas -Wno-unused-function
monitor_speed = 500000
lib_deps =
# RECOMMENDED
# Accept new functionality in a backwards compatible manner and patches
morcibacsi/ESP32 RMT Peripheral VAN bus reader library @ ^2.0.0
morcibacsi/Atmel TSS463C VAN bus Datalink Controller library @ ^2.0.2
https://github.com/MajenkoLibraries/MCP23S17