2019-08-02 21:48:36 +00:00
|
|
|
; PlatformIO Project Configuration File
|
|
|
|
;
|
|
|
|
; Build options: build flags, source filter
|
|
|
|
; Upload options: custom upload port, speed and extra flags
|
|
|
|
; Library options: dependencies, extra library storages
|
|
|
|
; Advanced options: extra scripting
|
|
|
|
;
|
|
|
|
; Please visit documentation for the other options and examples
|
|
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
|
|
|
|
[env:esp12e]
|
|
|
|
platform = espressif8266
|
|
|
|
board = esp12e
|
|
|
|
framework = arduino
|
2019-08-04 11:42:07 +00:00
|
|
|
upload_port = /dev/cu.wchusbserial1420
|
|
|
|
upload_speed = 921600
|