c2-utopia/platformio.ini

41 lines
846 B
INI
Raw Normal View History

; 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]
framework = arduino
platform = espressif32
board = lilygo-t7-s3
upload_protocol = esptool
upload_speed = 921600
monitor_speed = 115200
build_flags = -D ARDUINO_USB_CDC_ON_BOOT=1
[env:main]
build_src_filter =
+<main.cpp>
;; Olimex prototype sketch
[env:ada]
board = esp32-s2-saola-1
build_src_filter =
+<ada.cpp>
[env:sprejemnik]
build_src_filter =
+<sprejemnik.cpp>
[env:scanner]
build_src_filter =
+<scanner.cpp>
[env:detect]
build_src_filter =
+<detect.cpp>