summaryrefslogtreecommitdiffstats
path: root/sw/dmx2artnet/platformio.ini
blob: bf1e75a3f0d0cdcef1ff0e27658b53bd69108a9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; https://docs.platformio.org/page/projectconf.html

[env:myboard]
board_build.f_cpu = 160000000L
platform = espressif8266
board = nodemcuv2
monitor_speed = 460800
upload_speed = 460800
; build_flags = !echo "-DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_PORT=Serial1 -DIP_FORWARD=1 -DMONITOR_SPEED=460800 -DWIFI_PW=$GROMKA_WIFI_PW"
build_flags = !echo "-DIP_FORWARD=1 -DMONITOR_SPEED=460800 -DWIFI_PW=$GROMKA_WIFI_PW"
framework = arduino
board_build.filesystem = littlefs
board_build.ldscript = eagle.flash.4m2m.ld
src_filter = -<*> +<main.cpp>