forked from vekexasia/comfoair-esp32
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
32 lines (31 loc) · 1.07 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
[env:wemos_d1_mini32]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_port = /dev/ttyUSB0
monitor_port = /dev/ttyUSB0
lib_deps =
SPI
can_common=https://github.com/collin80/can_common.git#07605a2a9f4963ee68a9ecf7790d38b22f6d2cdf
esp32_can=https://github.com/collin80/esp32_can.git#7c3174f14aed8c025d337cee89f3e4de4e31e36b
[env:remoteesp32]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_protocol = espota
upload_port = 192.168.107.135
lib_deps =
SPI
can_common=https://github.com/collin80/can_common.git#07605a2a9f4963ee68a9ecf7790d38b22f6d2cdf
esp32_can=https://github.com/collin80/esp32_can.git#7c3174f14aed8c025d337cee89f3e4de4e31e36b