19 lines
558 B
INI
19 lines
558 B
INI
; 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
|
|
upload_speed = 512000
|
|
lib_deps = 63
|
|
https://github.com/n0mjs710/MCP23S17.git
|
|
upload_port = /dev/cu.wchusbserial1420
|