diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-10-10 11:59:48 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-10-10 11:59:48 +0200 |
commit | 398aeacf48c3dd103da55fad2c1d2d3389afd77f (patch) | |
tree | 31fe627b2408f73ae1bb53bbec563b897513437c /platformio.ini | |
download | števec-398aeacf48c3dd103da55fad2c1d2d3389afd77f.tar števec-398aeacf48c3dd103da55fad2c1d2d3389afd77f.tar.gz števec-398aeacf48c3dd103da55fad2c1d2d3389afd77f.tar.bz2 števec-398aeacf48c3dd103da55fad2c1d2d3389afd77f.tar.lz števec-398aeacf48c3dd103da55fad2c1d2d3389afd77f.tar.xz števec-398aeacf48c3dd103da55fad2c1d2d3389afd77f.tar.zst števec-398aeacf48c3dd103da55fad2c1d2d3389afd77f.zip |
Diffstat (limited to 'platformio.ini')
-rw-r--r-- | platformio.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/platformio.ini b/platformio.ini new file mode 100644 index 0000000..5503719 --- /dev/null +++ b/platformio.ini @@ -0,0 +1,12 @@ +; https://docs.platformio.org/page/projectconf.html + +[env:myboard] +platform = espressif8266 +board = nodemcuv2 +monitor_speed = 460800 +upload_speed = 460800 +build_flags = -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_PORT=Serial -DIP_FORWARD=1 -DMONITOR_SPEED=460800 +framework = arduino +board_build.filesystem = littlefs +board_build.ldscript = eagle.flash.4m2m.ld +src_filter = -<*> +<main.cpp> |