From 4bd1446cea1fe4a86012ed9f8d16f13f9f1b3321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sat, 12 Nov 2022 19:07:52 +0100 Subject: 11. 11. 2022 --- sw/dmx2artnet/platformio.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/dmx2artnet/platformio.ini') 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 -- cgit v1.2.3