Files
platform-espressif32/examples/espidf-peripherals-uart/platformio.ini
T

23 lines
525 B
INI
Raw Normal View History

2017-02-19 21:23:59 +02: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
2017-02-19 21:23:59 +02:00
2020-09-01 21:48:00 +03:00
[env]
2017-02-19 21:23:59 +02:00
platform = espressif32
framework = espidf
monitor_speed = 115200
2017-02-19 21:23:59 +02:00
2020-09-01 21:48:00 +03:00
[env:pocket_32]
board = pocket_32
2017-02-19 21:23:59 +02:00
2020-09-01 21:48:00 +03:00
[env:odroid_esp32]
board = odroid_esp32
[env:featheresp32]
board = featheresp32