21 lines
651 B
INI
21 lines
651 B
INI
|
; 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:local]
|
||
|
upload_port = /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
|
||
|
platform = espressif8266
|
||
|
board = esp07
|
||
|
framework = arduino
|
||
|
lib_deps = FastLED
|
||
|
lib_ldf_mode = deep
|
||
|
build_flags = -Wl,-Teagle.flash.2m512.ld
|
||
|
monitor_filters = time, esp8266_exception_decoder
|
||
|
build_type = debug
|