Files
benjamin/platformio.ini
MrEidam 580050a141 Benjo
2026-06-02 13:29:27 +02:00

29 lines
759 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@~1.12.4
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_speed = 921600
build_flags = -std=c++14
build_unflags = -std=gnu++11
monitor_filters = esp32_exception_decoder
# Nastav mne!
upload_port = /dev/ttyUSB0
#upload_port = COM4
lib_deps =
RB3201-RBControl @ 7.1.2
adafruit/Adafruit TCS34725@^1.4.4