mirror of
https://github.com/bcomsugi/VSS_Rally_V3.git
synced 2026-01-09 09:52:38 +07:00
35 lines
1022 B
INI
35 lines
1022 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:lolin32_lite]
|
|
platform = espressif32
|
|
board = lolin32_lite
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
lib_deps =
|
|
ottowinter/ESPAsyncWebServer-esphome@^2.1.0
|
|
esphome/AsyncTCP-esphome@^1.2.2
|
|
SPIFFS
|
|
bblanchon/ArduinoJson@^6.19.4
|
|
khoih-prog/ESPAsync_WiFiManager@^1.12.2
|
|
rodan/ds3231@^1.0
|
|
;fmalpartida/LiquidCrystal@^1.5.0
|
|
https://github.com/cyberp/AT24Cx.git
|
|
https://github.com/JChristensen/JC_Button.git
|
|
Wire
|
|
;arduino-libraries/LiquidCrystal@^1.0.7
|
|
https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library.git
|
|
|
|
[env:env1]
|
|
lib_deps =
|
|
khoih-prog/ESPAsync_WiFiManager@^1.12.2
|
|
rodan/ds3231@^1.0
|
|
arduino-libraries/LiquidCrystal@^1.0.7
|