diff options
Diffstat (limited to '')
-rw-r--r-- | sw/dmx2artnet/platformio.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/dmx2artnet/platformio.ini b/sw/dmx2artnet/platformio.ini index bf1e75a..cb21119 100644 --- a/sw/dmx2artnet/platformio.ini +++ b/sw/dmx2artnet/platformio.ini @@ -4,10 +4,10 @@ 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" +monitor_speed = 115200 +upload_speed = 1500000 +; build_flags = !echo "-DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_PORT=Serial1 -DIP_FORWARD=1 -DMONITOR_SPEED=115200 -DWIFI_PW=$GROMKA_WIFI_PW" +build_flags = !echo "-DIP_FORWARD=1 -DMONITOR_SPEED=115200 -DWIFI_PW=$GROMKA_WIFI_PW" framework = arduino board_build.filesystem = littlefs board_build.ldscript = eagle.flash.4m2m.ld |