34 lines
714 B
INI
34 lines
714 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]
|
|
platform = espressif32
|
|
board = esp32-s2-saola-1
|
|
framework = arduino
|
|
|
|
[env:main]
|
|
build_src_filter =
|
|
+<main.cpp>
|
|
lib_deps =
|
|
adafruit/Adafruit NeoPixel@^1.12.3
|
|
|
|
[env:sprejemnik]
|
|
board = esp32dev
|
|
build_src_filter =
|
|
+<sprejemnik.cpp>
|
|
|
|
[env:kalibracija]
|
|
build_src_filter =
|
|
+<kalibracija.cpp>
|
|
|
|
[env:detect]
|
|
build_src_filter =
|
|
+<detect.cpp>
|