-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
32 lines (29 loc) · 895 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
;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:heltec_wifi_lora_32_V2]
platform = https://github.com/platformio/platform-espressif32.git
board = heltec_wifi_lora_32_V2
framework = arduino, espidf
;board_build.partitions = partitions_singleapp.csv
;board_build.partitions =
board_build.f_cpu = 240000000L
board_build.f_flash = 40000000L
board_build.flash_mode = qio
;board_build.ldscript = esp32_out.ld
build_flags =
-DCORE_DEBUG_LEVEL=5
;upload.speed = 921600
upload_port = COM10
monitor_speed = 115200
monitor_port = COM10
monitor_flags=
--echo
--raw
lib_deps =