1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00
Files
esphome/docker/platformio.ini
Otto Winter 418234c622 Fix gitlab
2018-11-25 21:00:20 +01:00

13 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