2018-04-06 23:23:03 +00:00
|
|
|
; This file allows the docker build file to install the required platformio
|
|
|
|
; platforms
|
|
|
|
|
|
|
|
[env:espressif8266]
|
2019-01-13 18:03:07 +00:00
|
|
|
platform = espressif8266@1.8.0
|
2018-04-06 23:23:03 +00:00
|
|
|
board = nodemcuv2
|
|
|
|
framework = arduino
|
2018-06-13 09:13:53 +00:00
|
|
|
|
|
|
|
[env:espressif32]
|
2019-01-13 18:03:07 +00:00
|
|
|
platform = espressif32@1.5.0
|
2018-06-13 09:13:53 +00:00
|
|
|
board = nodemcu-32s
|
|
|
|
framework = arduino
|