From 5cfa6ae41d9a52ef38a56170fe36ad98e550cb84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 31 May 2022 01:45:13 +0200 Subject: meritev --- fiz/naloga/merjenje/platformio.ini | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'fiz/naloga/merjenje/platformio.ini') 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 -- cgit v1.2.3