Files
platform-espressif32/examples/arduino-wifiscan/platformio.ini
T
2017-02-22 16:29:39 +02:00

24 lines
553 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:nano32]
platform = espressif32
framework = arduino
board = nano32
[env:espea32]
platform = espressif32
framework = arduino
board = espea32
[env:esp320]
platform = espressif32
framework = arduino
board = esp320