mirror of
https://github.com/esphome/esphome.git
synced 2026-01-09 19:50:49 -07:00
[libretiny] Bump to 1.9.2 (#13077)
This commit is contained in:
@@ -1 +1 @@
|
|||||||
191a0e6ab5842d153dd77a2023bc5742f9d4333c334de8d81b57f2b8d4d4b65e
|
d272a88e8ca28ae9340a9a03295a566432a52cb696501908f57764475bf7ca65
|
||||||
|
|||||||
@@ -174,9 +174,9 @@ def _notify_old_style(config):
|
|||||||
|
|
||||||
# The dev and latest branches will be at *least* this version, which is what matters.
|
# The dev and latest branches will be at *least* this version, which is what matters.
|
||||||
ARDUINO_VERSIONS = {
|
ARDUINO_VERSIONS = {
|
||||||
"dev": (cv.Version(1, 9, 1), "https://github.com/libretiny-eu/libretiny.git"),
|
"dev": (cv.Version(1, 9, 2), "https://github.com/libretiny-eu/libretiny.git"),
|
||||||
"latest": (cv.Version(1, 9, 1), "libretiny"),
|
"latest": (cv.Version(1, 9, 2), "libretiny"),
|
||||||
"recommended": (cv.Version(1, 9, 1), None),
|
"recommended": (cv.Version(1, 9, 2), None),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -212,7 +212,7 @@ build_unflags =
|
|||||||
; This are common settings for the LibreTiny (all variants) using Arduino.
|
; This are common settings for the LibreTiny (all variants) using Arduino.
|
||||||
[common:libretiny-arduino]
|
[common:libretiny-arduino]
|
||||||
extends = common:arduino
|
extends = common:arduino
|
||||||
platform = libretiny@1.9.1
|
platform = libretiny@1.9.2
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_compat_mode = soft
|
lib_compat_mode = soft
|
||||||
lib_deps =
|
lib_deps =
|
||||||
|
|||||||
Reference in New Issue
Block a user