summaryrefslogtreecommitdiffstats
path: root/fiz/naloga/merjenje/platformio.ini
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2022-05-30 22:05:30 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2022-05-30 22:05:30 +0200
commitbe93772bd4ab8b9af5fa155565d732e5e7cff51e (patch)
tree506445114f1973f2caf44b37d80749197e37c4e4 /fiz/naloga/merjenje/platformio.ini
parentMerge branch 'master' of https://git.šijanec.si/sijanec/sola-gimb-3 (diff)
downloadsola-gimb-3-be93772bd4ab8b9af5fa155565d732e5e7cff51e.tar
sola-gimb-3-be93772bd4ab8b9af5fa155565d732e5e7cff51e.tar.gz
sola-gimb-3-be93772bd4ab8b9af5fa155565d732e5e7cff51e.tar.bz2
sola-gimb-3-be93772bd4ab8b9af5fa155565d732e5e7cff51e.tar.lz
sola-gimb-3-be93772bd4ab8b9af5fa155565d732e5e7cff51e.tar.xz
sola-gimb-3-be93772bd4ab8b9af5fa155565d732e5e7cff51e.tar.zst
sola-gimb-3-be93772bd4ab8b9af5fa155565d732e5e7cff51e.zip
Diffstat (limited to 'fiz/naloga/merjenje/platformio.ini')
-rw-r--r--fiz/naloga/merjenje/platformio.ini29
1 files changed, 29 insertions, 0 deletions
diff --git a/fiz/naloga/merjenje/platformio.ini b/fiz/naloga/merjenje/platformio.ini
new file mode 100644
index 0000000..16eaddd
--- /dev/null
+++ b/fiz/naloga/merjenje/platformio.ini
@@ -0,0 +1,29 @@
+; 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 = 460800
+build_flags = -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_PORT=Serial -DIP_FORWARD=1 -DMONITOR_SPEED=9600
+framework = arduino
+board_build.filesystem = littlefs
+board_build.ldscript = eagle.flash.4m2m.ld
+src_filter = -<*> +<main.cpp>
+# http://git/anonymous/FTPClientServer <= to je mirror sicer nedelujočega
+# http://github.com/dplasa/FTPClientServer <= ta ne dela, trenutni je fork njega
+lib_deps =
+ Time
+ https://github.com/AddioElectronicsForks/FTPClientServer
+ DNSServer
+ ESP Async WebServer
+ ArduinoJson
+ MPU9250