27 lines
810 B
INI
27 lines
810 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:nodemcuv2]
|
|
platform = espressif8266
|
|
;board = esp12e
|
|
board = d1
|
|
framework = arduino
|
|
;board_build.f_cpu = 26000000L
|
|
;board_build.ldscript = eagle.flash.1m.ld
|
|
;board_build.flash_mode = dout
|
|
monitor_speed = 115200
|
|
upload_protocol = espota
|
|
upload_port = 192.168.1.132
|
|
lib_deps =
|
|
jwrw/ESP_EEPROM @ ^2.0.0
|
|
robtillaart/RunningMedian @ ^0.3.3
|
|
crankyoldgit/IRremoteESP8266 @ ^2.8.2
|
|
;joaolopesf/RemoteDebug @ 3.0.5
|
|
|