mirror of
https://github.com/thelsing/knx.git
synced 2025-08-17 13:47:28 +02:00
pin platform for ESP8266 to specific version
This commit is contained in:
parent
4a5cab3cc7
commit
108e4d7275
@ -26,7 +26,7 @@ build_flags =
|
||||
|
||||
;--- ESP8266 -----------------------------------------------
|
||||
[env:nodemcuv2]
|
||||
platform = espressif8266
|
||||
platform = espressif8266@2.2.3
|
||||
board = nodemcuv2
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
|
@ -35,7 +35,7 @@ build_flags =
|
||||
|
||||
;--- ESP8266 -----------------------------------------------
|
||||
[env:nodemcuv2]
|
||||
platform = espressif8266
|
||||
platform = espressif8266@2.2.3
|
||||
board = nodemcuv2
|
||||
framework = arduino
|
||||
; We consider that the this projects is opened within its project directory
|
||||
@ -43,7 +43,7 @@ framework = arduino
|
||||
lib_extra_dirs = ../../../
|
||||
|
||||
lib_deps =
|
||||
WifiManager
|
||||
WifiManager@0.15.0
|
||||
knx
|
||||
|
||||
build_flags =
|
||||
|
Loading…
Reference in New Issue
Block a user