Files
columbia-livia/platformio.ini
2025-09-11 23:54:28 -04:00

23 lines
649 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
upload_port = /dev/ttyACM1
monitor_speed = 115200
monitor_port = /dev/ttyACM1
lib_deps =
tzapu/WiFiManager@^2.0.17
robtillaart/FastTrig@^0.3.4
olikraus/U8g2@^2.36.12
adafruit/Adafruit GFX Library@^1.12.1