1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-06 19:00:59 +01:00
esphome/docker/platformio.ini

13 lines
266 B
INI
Raw Normal View History

2018-04-07 00:23:03 +01: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-07 00:23:03 +01:00
board = nodemcuv2
framework = arduino
[env:espressif32]
2019-01-13 18:03:07 +00:00
platform = espressif32@1.5.0
board = nodemcu-32s
framework = arduino