; 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 = -<*> +