Benjo
This commit is contained in:
28
platformio.ini
Normal file
28
platformio.ini
Normal file
@@ -0,0 +1,28 @@
|
||||
; 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
|
||||
Reference in New Issue
Block a user