locky/platformio.ini

19 lines
571 B
INI
Raw Normal View History

2024-04-21 23:30:31 +00:00
; 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
2024-04-22 03:03:47 +00:00
monitor_speed = 115200
2024-04-21 23:30:31 +00:00
lib_deps = neu-rah/ArduinoMenu library@^4.21.4
olikraus/U8g2@^2.35.17
; build_flags = -Ilib -Isrc