-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
29 lines (27 loc) · 843 Bytes
/
Copy pathplatformio.ini
File metadata and controls
29 lines (27 loc) · 843 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
; 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
[common_env_data]
src_filter = +<*> -<.git/> -<svn/> -<example/> -<examples/> -<test/> -<tests/>
[env:ExpLRS_Logger]
platform = espressif8266
board = esp12e
framework = arduino
upload_speed = 115200
monitor_speed = 400000
monitor_dtr = 0
monitor_rts = 0
build_unflags = -Os ;disable default optimistation level
build_flags =
-O3 ; maximum optimsation level
board_build.f_cpu = 80000000L
src_filter = ${common_env_data.src_filter}
lib_deps =
WebSockets
WiFiManager