diff options
author | sijanec <anton@sijanec.eu> | 2021-05-25 07:07:16 +0200 |
---|---|---|
committer | sijanec <anton@sijanec.eu> | 2021-05-25 07:07:16 +0200 |
commit | 71a466c66b3476d5aa58c3fc6de2d77d10d625d3 (patch) | |
tree | 2a608e45350a2dc7e266963eb3ae201feb94f211 /fiz/naloga/vodnaraketa/platformio.ini | |
parent | https://zapiski.xn--ijanec-9jb.eu/p/psi# (diff) | |
download | sola-gimb-2-71a466c66b3476d5aa58c3fc6de2d77d10d625d3.tar sola-gimb-2-71a466c66b3476d5aa58c3fc6de2d77d10d625d3.tar.gz sola-gimb-2-71a466c66b3476d5aa58c3fc6de2d77d10d625d3.tar.bz2 sola-gimb-2-71a466c66b3476d5aa58c3fc6de2d77d10d625d3.tar.lz sola-gimb-2-71a466c66b3476d5aa58c3fc6de2d77d10d625d3.tar.xz sola-gimb-2-71a466c66b3476d5aa58c3fc6de2d77d10d625d3.tar.zst sola-gimb-2-71a466c66b3476d5aa58c3fc6de2d77d10d625d3.zip |
Diffstat (limited to 'fiz/naloga/vodnaraketa/platformio.ini')
-rw-r--r-- | fiz/naloga/vodnaraketa/platformio.ini | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/fiz/naloga/vodnaraketa/platformio.ini b/fiz/naloga/vodnaraketa/platformio.ini new file mode 100644 index 0000000..5977f35 --- /dev/null +++ b/fiz/naloga/vodnaraketa/platformio.ini @@ -0,0 +1,25 @@ +; PlatformIO Project Configuration File +; +; Build options: build flags, source filter +; Upload options: custom upload port, speed and extra flags +; Library options: dependencies, extra library storages +; Advanced options: extra scripting +; +; Please visit documentation for the other options and examples +; https://docs.platformio.org/page/projectconf.html +[env:myboard] +platform = espressif8266 +board = nodemcuv2 +monitor_speed = 9600 +upload_speed = 921600 +build_flags = -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_PORT=Serial -DIP_FORWARD=1 +framework = arduino +board_build.filesystem = littlefs +board_build.ldscript = eagle.flash.4m2m.ld +src_filter = -<*> +<main.cpp> +lib_deps = + Time + https://github.com/dplasa/FTPClientServer + bogde/HX711 + DNSServer + ESP Async WebServer |