mirror of
https://github.com/thelsing/knx.git
synced 2025-08-17 13:47:28 +02:00
Remove fixed version reuqirement from platform esp8266
This commit is contained in:
parent
fd46e0daea
commit
e544824042
@ -26,7 +26,7 @@ build_flags =
|
||||
|
||||
;--- ESP8266 -----------------------------------------------
|
||||
[env:nodemcuv2]
|
||||
platform = espressif8266@2.2.3
|
||||
platform = espressif8266
|
||||
board = nodemcuv2
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
|
@ -35,7 +35,7 @@ build_flags =
|
||||
|
||||
;--- ESP8266 -----------------------------------------------
|
||||
[env:nodemcuv2]
|
||||
platform = espressif8266@2.2.3
|
||||
platform = espressif8266
|
||||
board = nodemcuv2
|
||||
framework = arduino
|
||||
; We consider that the this projects is opened within its project directory
|
||||
|
Loading…
Reference in New Issue
Block a user