HassIO add-on pre-built images

This commit is contained in:
Otto Winter
2018-06-03 19:22:25 +02:00
parent ee2c53585f
commit 17798dee1e
12 changed files with 164 additions and 17 deletions
+12
View File
@@ -0,0 +1,12 @@
; 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