This repository has been archived on 2024-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
SensorDataRecorder/platformio.ini

20 lines
645 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:esp32-s2-sensor-recorder]
platform = espressif32@6.4.0
board = adafruit_metro_esp32s2
board_build.flash_mode = qio
board_upload.flash_size = 16MB
board_build.partitions = partitions_12M_SPIFFS.csv
framework = arduino
upload_port = COM8
lib_deps = locoduino/RingBuffer@^1.0.4