20 lines
400 B
INI
20 lines
400 B
INI
; PlatformIO Project Configuration File
|
|
; See https://docs.platformio.org/en/latest/projectconf.html
|
|
|
|
[platformio]
|
|
default_envs = d1_mini32
|
|
|
|
[env:d1_mini32]
|
|
platform = espressif32
|
|
board = d1_mini32
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
lib_deps =
|
|
tzapu/WiFiManager
|
|
Wire
|
|
LiquidCrystal_I2C
|
|
|
|
; You can add custom build flags, upload options, etc. below
|
|
; build_flags =
|
|
; upload_speed =
|