Pin platformio platforms (#335)

This commit is contained in:
Otto Winter 2019-01-13 19:03:07 +01:00
parent 0e52c9a778
commit 07c80dfcda
No known key found for this signature in database
GPG key ID: DB66C0BE6013F97E
4 changed files with 4 additions and 28 deletions

View file

@ -2,11 +2,11 @@
; platforms
[env:espressif8266]
platform = espressif8266
platform = espressif8266@1.8.0
board = nodemcuv2
framework = arduino
[env:espressif32]
platform = espressif32
platform = espressif32@1.5.0
board = nodemcu-32s
framework = arduino

View file

@ -1,12 +0,0 @@
; 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

View file

@ -2,11 +2,11 @@
; platforms
[env:espressif8266]
platform = espressif8266
platform = espressif8266@1.8.0
board = nodemcuv2
framework = arduino
[env:espressif32]
platform = espressif32
platform = espressif32@1.5.0
board = nodemcu-32s
framework = arduino

View file

@ -1,12 +0,0 @@
; 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