35 lines
1.0 KiB
INI
35 lines
1.0 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
|
|
|
|
|
|
[platformio]
|
|
src_dir = main
|
|
|
|
[env]
|
|
platform = espressif32
|
|
framework = arduino, espidf
|
|
board_build.partitions = partitions.csv
|
|
monitor_speed = 115200
|
|
build_unflags =
|
|
-std=c++17
|
|
-std=gnu++2b
|
|
build_flags =
|
|
-std=gnu++2a
|
|
-Wno-missing-field-initializers
|
|
|
|
|
|
[env:esp32c6]
|
|
board = esp32-c6-devkitc-1
|
|
board_build.embed_txtfiles =
|
|
managed_components/espressif__esp_insights/server_certs/https_server.crt
|
|
managed_components/espressif__esp_rainmaker/server_certs/rmaker_mqtt_server.crt
|
|
managed_components/espressif__esp_rainmaker/server_certs/rmaker_claim_service_server.crt
|
|
managed_components/espressif__esp_rainmaker/server_certs/rmaker_ota_server.crt
|