diff options
author | Oliwerix <oliwerix@gmail.com> | 2022-10-31 17:22:49 +0100 |
---|---|---|
committer | Oliwerix <oliwerix@gmail.com> | 2022-10-31 17:22:49 +0100 |
commit | 852b828e93fa1d85ea6fe7f5fd08b0360fe05cfb (patch) | |
tree | 3c40d8db619de48007fa71c25e835ec0418a05fa /sw/dmx2artnet/platformio.ini | |
parent | dnbk (diff) | |
parent | Merge branch 'master' of ssh://ni.sijanec.eu/var/lib/git/repo/luč (diff) | |
download | luč-852b828e93fa1d85ea6fe7f5fd08b0360fe05cfb.tar luč-852b828e93fa1d85ea6fe7f5fd08b0360fe05cfb.tar.gz luč-852b828e93fa1d85ea6fe7f5fd08b0360fe05cfb.tar.bz2 luč-852b828e93fa1d85ea6fe7f5fd08b0360fe05cfb.tar.lz luč-852b828e93fa1d85ea6fe7f5fd08b0360fe05cfb.tar.xz luč-852b828e93fa1d85ea6fe7f5fd08b0360fe05cfb.tar.zst luč-852b828e93fa1d85ea6fe7f5fd08b0360fe05cfb.zip |
Diffstat (limited to 'sw/dmx2artnet/platformio.ini')
-rw-r--r-- | sw/dmx2artnet/platformio.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sw/dmx2artnet/platformio.ini b/sw/dmx2artnet/platformio.ini new file mode 100644 index 0000000..bf1e75a --- /dev/null +++ b/sw/dmx2artnet/platformio.ini @@ -0,0 +1,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> |