oleg-02/platformio.ini
2026-01-23 01:36:30 +03:00

23 lines
659 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:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
lib_deps =
adafruit/Adafruit BusIO@^1.17.4
adafruit/Adafruit GFX Library@^1.12.4
adafruit/Adafruit SSD1306@^2.5.16
links2004/WebSockets@^2.7.3
LiquidCrystal_I2C@^1.1.4
IRremote@^4.4.3