pin platform for ESP8266 to specific version

This commit is contained in:
nanosonde 2020-07-04 19:35:51 +02:00
parent 4a5cab3cc7
commit 108e4d7275
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ build_flags =
;--- ESP8266 ----------------------------------------------- ;--- ESP8266 -----------------------------------------------
[env:nodemcuv2] [env:nodemcuv2]
platform = espressif8266 platform = espressif8266@2.2.3
board = nodemcuv2 board = nodemcuv2
framework = arduino framework = arduino
lib_deps = lib_deps =

View File

@ -35,7 +35,7 @@ build_flags =
;--- ESP8266 ----------------------------------------------- ;--- ESP8266 -----------------------------------------------
[env:nodemcuv2] [env:nodemcuv2]
platform = espressif8266 platform = espressif8266@2.2.3
board = nodemcuv2 board = nodemcuv2
framework = arduino framework = arduino
; We consider that the this projects is opened within its project directory ; We consider that the this projects is opened within its project directory
@ -43,7 +43,7 @@ framework = arduino
lib_extra_dirs = ../../../ lib_extra_dirs = ../../../
lib_deps = lib_deps =
WifiManager WifiManager@0.15.0
knx knx
build_flags = build_flags =