summaryrefslogblamecommitdiffstats
path: root/hw/platformio.ini
blob: 55037197b3e0e56b0bb95b68c9f91b9b8445c327 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                                             
; https://docs.platformio.org/page/projectconf.html

[env:myboard]
platform = espressif8266
board = nodemcuv2
monitor_speed = 460800
upload_speed = 460800
build_flags = -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_PORT=Serial -DIP_FORWARD=1 -DMONITOR_SPEED=460800
framework = arduino
board_build.filesystem = littlefs
board_build.ldscript = eagle.flash.4m2m.ld
src_filter = -<*> +<main.cpp>