ESP_VCP/platformio.ini

23 lines
820 B
INI
Raw Normal View History

[env:esp12e]
; platform = https://github.com/platformio/platform-espressif8266.git#feature/stage
; platform = https://github.com/platformio/platform-espressif8266.git
platform = espressif8266
; platform = espressif8266@1.6 - odladena na verzi @1.7 diky workaroundu
board = esp12e
framework = arduino
board_build.flash_mode = dio
2018-06-28 09:01:26 +02:00
;upload_port = com25
2018-07-30 06:15:21 +02:00
upload_port = 192.168.1.200 ;finger.local
2018-06-28 09:01:26 +02:00
;upload_port = /dev/ttyUSB0
upload_speed = 230400
lib_deps =
http://git.xpablo.cz/pablo2048/Interval.git
http://git.xpablo.cz/pablo2048/WiFiConfig.git
https://github.com/me-no-dev/AsyncTCP.git
https://github.com/me-no-dev/ESPAsyncUDP.git
https://github.com/me-no-dev/ESPAsyncWebServer.git
http://git.xpablo.cz/pablo2048/Trace.git
build_flags =
-Wl,-Teagle.flash.4m2m.ld
-D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY