2019-07-04 21:10:01 +03:00
|
|
|
; PlatformIO Project Configuration File
|
|
|
|
|
;
|
|
|
|
|
; Build options: build flags, source filter, extra scripting
|
|
|
|
|
; Upload options: custom port, speed and extra flags
|
|
|
|
|
; Library options: dependencies, extra library storages
|
|
|
|
|
;
|
|
|
|
|
; Please visit documentation for the other options and examples
|
2022-03-31 14:23:26 +03:00
|
|
|
; https://docs.platformio.org/page/projectconf.html
|
2019-07-04 21:10:01 +03:00
|
|
|
|
2020-09-01 21:48:00 +03:00
|
|
|
[env]
|
2019-07-04 21:10:01 +03:00
|
|
|
platform = espressif32
|
|
|
|
|
framework = arduino, espidf
|
2021-05-13 12:58:07 +03:00
|
|
|
build_flags =
|
2024-07-17 15:29:13 +02:00
|
|
|
-DCONFIG_BLINK_GPIO=2
|
2020-03-05 11:18:07 +02:00
|
|
|
monitor_speed = 115200
|
2024-07-17 15:29:13 +02:00
|
|
|
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
|
2019-07-04 21:10:01 +03:00
|
|
|
|
2024-07-17 15:29:13 +02:00
|
|
|
; FixMe: Linker error only with S3 and arduino,espidf
|
|
|
|
|
;[env:esp32-s3]
|
|
|
|
|
;board = 4d_systems_esp32s3_gen4_r8n16
|
|
|
|
|
;build_flags =
|
|
|
|
|
; -DCONFIG_BLINK_GPIO=2
|
|
|
|
|
; -DARDUINO_PARTITION_esp_sr_16
|
2020-09-01 21:48:00 +03:00
|
|
|
|
2024-07-17 15:29:13 +02:00
|
|
|
[env:esp32-c6-devkitm-1]
|
|
|
|
|
board = esp32-c6-devkitm-1
|