summaryrefslogtreecommitdiffstats
path: root/fiz/naloga/merjenje/platformio.ini
blob: 16eaddd64c199381a7e607c657569a4eff6cdf8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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