mirror of https://github.com/arendst/Tasmota.git
Merge pull request #8342 from Jason2866/patch-1
Hotfix: Use patched Core 2.7.0...
This commit is contained in:
commit
a32682ba94
|
@ -114,7 +114,7 @@ build_flags = ${tasmota_core.build_flags}
|
|||
[tasmota_core]
|
||||
; *** Esp8266 Arduino core 2.7.0
|
||||
platform = espressif8266@2.4.0
|
||||
platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino/releases/download/2.7.0/esp8266-2.7.0.zip
|
||||
platform_packages = framework-arduinoespressif8266 @ https://github.com/tasmota/Arduino/releases/download/2.7.0/esp8266-2.7.0.zip
|
||||
build_flags = ${esp82xx_defaults.build_flags}
|
||||
-DBEARSSL_SSL_BASIC
|
||||
; NONOSDK22x_190703 = 2.2.2-dev(38a443e)
|
||||
|
|
Loading…
Reference in New Issue