68 lines
1.3 KiB
INI
68 lines
1.3 KiB
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]
|
|
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>
|
|
|
|
[env:rtimulib]
|
|
build_src_filter =
|
|
+<rtimulib.cpp>
|
|
|
|
[env:rtimulib-calibration]
|
|
build_src_filter =
|
|
+<rtimulib-calibration.cpp>
|
|
|
|
[env:calibration]
|
|
build_src_filter =
|
|
+<calibration.cpp>
|
|
|
|
;; Olimex prototype sketch
|
|
[env:main-olimex]
|
|
build_src_filter =
|
|
+<main-olimex.cpp>
|
|
board = esp32-s2-saola-1
|
|
upload_speed = 460800
|
|
build_flags =
|
|
|
|
[env:sprejemnik]
|
|
build_src_filter =
|
|
+<sprejemnik.cpp>
|
|
|
|
[env:sprejemnik2]
|
|
build_src_filter =
|
|
+<sprejemnik2.cpp>
|
|
board = esp32dev
|
|
build_flags =
|
|
|
|
[env:sprejemnik-olimex]
|
|
build_src_filter =
|
|
+<sprejemnik-olimex.cpp>
|
|
board = esp32-s2-saola-1
|
|
upload_speed = 460800
|
|
build_flags =
|
|
|
|
[env:scanner]
|
|
build_src_filter =
|
|
+<scanner.cpp>
|
|
|
|
[env:detect]
|
|
build_src_filter =
|
|
+<detect.cpp>
|