-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathplatformio.ini
More file actions
32 lines (29 loc) · 753 Bytes
/
Copy pathplatformio.ini
File metadata and controls
32 lines (29 loc) · 753 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
[platformio]
[env:wireless-paper]
platform = espressif32
board = heltec_wifi_lora_32_V3
framework = arduino
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
build_flags =
-D WIRELESS_PAPER
[env:vision-master-e213]
platform = espressif32
board = heltec_wifi_lora_32_V3
framework = arduino
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
board_upload.use_1200bps_touch = true
build_flags =
-D ARDUINO_USB_CDC_ON_BOOT=1
-D Vision_Master_E213
[env:vision-master-e290]
platform = espressif32
board = heltec_wifi_lora_32_V3
framework = arduino
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
board_upload.use_1200bps_touch = true
build_flags =
-D ARDUINO_USB_CDC_ON_BOOT=1
-D Vision_Master_E290