Files
platform-espressif32/examples/espidf-peripherals-uart/platformio.ini
T
2020-09-02 14:54:26 +03:00

23 lines
524 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]
platform = espressif32
framework = espidf
monitor_speed = 115200
[env:pocket_32]
board = pocket_32
[env:odroid_esp32]
board = odroid_esp32
[env:featheresp32]
board = featheresp32