esphome/esphomeyaml-edge/rootfs/opt/pio/platformio.ini
2018-11-24 14:38:02 +01:00

12 lines
254 B
INI

; This file allows the docker build file to install the required platformio
; platforms
[env:espressif8266]
platform = espressif8266
board = nodemcuv2
framework = arduino
[env:espressif32]
platform = espressif32
board = nodemcu-32s
framework = arduino