23 lines
541 B
INI
23 lines
541 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
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env]
|
|
platform = espressif32
|
|
framework = espidf
|
|
monitor_speed = 115200
|
|
|
|
[env:esp32thing]
|
|
board = esp32thing
|
|
|
|
[env:esp32-gateway]
|
|
board = esp32-gateway
|
|
|
|
[env:heltec_wifi_kit_32]
|
|
board = heltec_wifi_kit_32
|