[libretiny] Bump to 1.9.2 (#13077)

This commit is contained in:
J. Nick Koston
2026-01-08 10:51:35 -10:00
committed by GitHub
parent da0b01f4d0
commit c9ab4ca018
3 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
191a0e6ab5842d153dd77a2023bc5742f9d4333c334de8d81b57f2b8d4d4b65e d272a88e8ca28ae9340a9a03295a566432a52cb696501908f57764475bf7ca65

View File

@@ -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),
} }

View File

@@ -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 =