2020-02-25 13:30:38 +01:00
|
|
|
; 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:env1]
|
|
|
|
board = d1_mini_pro
|
|
|
|
framework = arduino
|
|
|
|
platform_packages =
|
|
|
|
platform = espressif8266
|
|
|
|
monitor_speed = 115200
|
2020-05-19 01:45:07 +02:00
|
|
|
board_build.f_cpu = 160000000L
|