Files
Sicherheitssystem/platformio.ini
2024-02-04 10:55:38 +01:00

33 lines
939 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:esp32dev]
platform = espressif32
; board = esp32dev # devkit
board = esp32-c3-devkitm-1
; board = esp32doit-devkit-v1
framework = arduino
; framework = espidf
monitor_speed = 9600
; upload_port = COM10
build_flags = -DARDUINO_USB_CDC_ON_BOOT=1 -DARDUINO_USB_MODE=1
; upload_protocol = espota
; upload_port = 192.168.2.136
upload_port = 192.168.2.147
; upload_port = 192.168.2.128
;board_build.partitions = huge_app.csv
board_build.partitions = min_spiffs.csv
; [env:custom_table]
; platform = espressif32
; board = esp32dev
; board_build.partitions = default_8MB.csv