37 lines
1.1 KiB
INI
37 lines
1.1 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:esp32dev]
|
|
platform = espressif32
|
|
; board = esp32dev # devkit
|
|
board = esp32-c3-devkitm-1
|
|
; board = esp32doit-devkit-v1
|
|
framework = arduino
|
|
; framework = espidf
|
|
monitor_speed = 9600
|
|
; upload_port = COM8
|
|
build_flags = -DARDUINO_USB_CDC_ON_BOOT=1 -DARDUINO_USB_MODE=1 -Wunused -Wall -Wextra
|
|
; upload_protocol = espota
|
|
; upload_port = 192.168.2.136
|
|
; upload_port = 192.168.2.128
|
|
; upload_port = 192.168.2.145
|
|
upload_port = 192.168.2.177
|
|
; upload_port = 192.168.2.33
|
|
;board_build.partitions = huge_app.csv
|
|
board_build.partitions = min_spiffs.csv
|
|
check_tool = clangtidy
|
|
check_flags =
|
|
clangtidy: --checks=clang-analyser-*, -Wunused-variable
|
|
|
|
; [env:custom_table]
|
|
; platform = espressif32
|
|
; board = esp32dev
|
|
; board_build.partitions = default_8MB.csv
|