-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
27 lines (24 loc) · 956 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
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter, extra scripting
; Upload options: custom port, speed and extra flags
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/en/stable/projectconf.html
[platformio]
src_dir = examples/
lib_dir = .
[common]
debug_flags = -DDEBUG_ESP_CORE -DDEBUG_ESP_SSL -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_UPDATE -DDEBUG_ESP_HTTP_SERVER -DDEBUG_ESP_UPDATER -DDEBUG_ESP_OTA -DDEBUG_ESP_TLS_MEM -DEBUG_ESP_OOM
[env:test]
platform = espressif8266
board = nodemcuv2
framework = arduino
build_flags = ${common.debug_flags} -DDEBUG_NOFUSS -DDEBUG_ESP_PORT=Serial -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
src_filter = +<basic/>
lib_deps = ArduinoJson
upload_speed = 460800
monitor_speed = 115200
board_build.filesystem = littlefs
board_build.f_cpu = 160000000L