summaryrefslogtreecommitdiffstats
path: root/fiz/naloga/merjenje/platformio.ini
diff options
context:
space:
mode:
Diffstat (limited to 'fiz/naloga/merjenje/platformio.ini')
-rw-r--r--fiz/naloga/merjenje/platformio.ini8
1 files changed, 5 insertions, 3 deletions
diff --git a/fiz/naloga/merjenje/platformio.ini b/fiz/naloga/merjenje/platformio.ini
index 16eaddd..6968d35 100644
--- a/fiz/naloga/merjenje/platformio.ini
+++ b/fiz/naloga/merjenje/platformio.ini
@@ -11,9 +11,9 @@
[env:myboard]
platform = espressif8266
board = nodemcuv2
-monitor_speed = 9600
+monitor_speed = 460800
upload_speed = 460800
-build_flags = -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_PORT=Serial -DIP_FORWARD=1 -DMONITOR_SPEED=9600
+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
@@ -26,4 +26,6 @@ lib_deps =
DNSServer
ESP Async WebServer
ArduinoJson
- MPU9250
+ https://github.com/bolderflight/units
+ https://github.com/bolderflight/eigen
+ https://github.com/bolderflight/mpu9250