2016-10-24 20:23:25 +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
|
|
|
|
|
; http://docs.platformio.org/en/stable/projectconf.html
|
|
|
|
|
|
2016-10-29 19:31:23 +03:00
|
|
|
[env:esp32dev]
|
2016-10-24 20:23:25 +03:00
|
|
|
platform = espressif32
|
|
|
|
|
framework = arduino
|
2016-10-29 19:31:23 +03:00
|
|
|
board = esp32dev
|