2024-08-20 14:02:45 +02: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]
|
|
|
|
framework = arduino
|
2024-09-04 15:03:31 +02:00
|
|
|
platform = espressif32
|
|
|
|
board = lilygo-t7-s3
|
|
|
|
upload_protocol = esptool
|
|
|
|
upload_speed = 921600
|
|
|
|
monitor_speed = 115200
|
|
|
|
build_flags = -D ARDUINO_USB_CDC_ON_BOOT=1
|
2024-08-20 14:02:45 +02:00
|
|
|
|
|
|
|
[env:main]
|
|
|
|
build_src_filter =
|
|
|
|
+<main.cpp>
|
|
|
|
|
2024-09-26 15:29:48 +02:00
|
|
|
[env:rtimulib]
|
|
|
|
build_src_filter =
|
|
|
|
+<rtimulib.cpp>
|
|
|
|
|
|
|
|
[env:rtimulib-calibration]
|
|
|
|
build_src_filter =
|
|
|
|
+<rtimulib-calibration.cpp>
|
|
|
|
|
2024-09-18 13:56:49 +02:00
|
|
|
[env:calibration]
|
|
|
|
build_src_filter =
|
|
|
|
+<calibration.cpp>
|
|
|
|
|
2024-09-04 15:03:31 +02:00
|
|
|
;; Olimex prototype sketch
|
2024-09-06 18:19:53 +02:00
|
|
|
[env:main-olimex]
|
2024-08-20 14:02:45 +02:00
|
|
|
build_src_filter =
|
2024-09-06 18:19:53 +02:00
|
|
|
+<main-olimex.cpp>
|
|
|
|
board = esp32-s2-saola-1
|
|
|
|
upload_speed = 460800
|
|
|
|
build_flags =
|
2024-08-20 14:02:45 +02:00
|
|
|
|
|
|
|
[env:sprejemnik]
|
|
|
|
build_src_filter =
|
|
|
|
+<sprejemnik.cpp>
|
|
|
|
|
2024-09-26 15:29:48 +02:00
|
|
|
[env:sprejemnik2]
|
2024-09-16 00:19:30 +02:00
|
|
|
build_src_filter =
|
2024-09-26 15:29:48 +02:00
|
|
|
+<sprejemnik2.cpp>
|
2024-09-16 00:19:30 +02:00
|
|
|
board = esp32dev
|
|
|
|
build_flags =
|
|
|
|
|
2024-09-06 18:19:53 +02:00
|
|
|
[env:sprejemnik-olimex]
|
|
|
|
build_src_filter =
|
|
|
|
+<sprejemnik-olimex.cpp>
|
|
|
|
board = esp32-s2-saola-1
|
|
|
|
upload_speed = 460800
|
|
|
|
build_flags =
|
|
|
|
|
2024-08-20 14:02:45 +02:00
|
|
|
[env:scanner]
|
|
|
|
build_src_filter =
|
|
|
|
+<scanner.cpp>
|
|
|
|
|
|
|
|
[env:detect]
|
|
|
|
build_src_filter =
|
|
|
|
+<detect.cpp>
|