20 lines
637 B
INI
20 lines
637 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:d1_mini_lite]
|
|
platform = espressif8266
|
|
board = d1_mini_lite
|
|
framework = arduino
|
|
lib_deps = ESPAsyncUDP, AsyncMqttClient, WifiManager, ArduinoJson
|
|
monitor_speed = 115200
|
|
; set frequency to 160MHz
|
|
board_build.f_cpu = 160000000L
|
|
build_flags = -DASYNC_TCP_SSL_ENABLED=1
|