27 lines
724 B
INI
27 lines
724 B
INI
; 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
|
|
; http://docs.platformio.org/page/projectconf.html
|
|
|
|
[env:esp32dev]
|
|
platform = espressif32
|
|
framework = espidf
|
|
board = esp32dev
|
|
build_flags = -DPIO_FRAMEWORK_ESP_IDF_ENABLE_EXCEPTIONS
|
|
|
|
[env:quantum]
|
|
platform = espressif32
|
|
framework = espidf
|
|
board = quantum
|
|
build_flags = -DPIO_FRAMEWORK_ESP_IDF_ENABLE_EXCEPTIONS
|
|
|
|
[env:lolin32]
|
|
platform = espressif32
|
|
framework = espidf
|
|
board = lolin32
|
|
build_flags = -DPIO_FRAMEWORK_ESP_IDF_ENABLE_EXCEPTIONS
|