This commit is contained in:
J. Nick Koston
2026-01-25 15:22:26 -10:00
parent 3853e3a4dc
commit 3bc1ea45ce
3 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
d7d806925e18aeccf22a4f12e2c1f3f4ab49275c6bd1ab3b1e046852afd77f0b
40ce3511724e822f97e17fb12f38935e614c95ad6675329c143cbdee365e161a

View File

@@ -192,9 +192,9 @@ def _notify_old_style(config):
# The dev and latest branches will be at *least* this version, which is what matters.
ARDUINO_VERSIONS = {
"dev": (cv.Version(1, 10, 0), "https://github.com/libretiny-eu/libretiny.git"),
"latest": (cv.Version(1, 10, 0), "libretiny"),
"recommended": (cv.Version(1, 10, 0), None),
"dev": (cv.Version(1, 11, 0), "https://github.com/libretiny-eu/libretiny.git"),
"latest": (cv.Version(1, 11, 0), "libretiny"),
"recommended": (cv.Version(1, 11, 0), None),
}

View File

@@ -212,7 +212,7 @@ build_unflags =
; This are common settings for the LibreTiny (all variants) using Arduino.
[common:libretiny-arduino]
extends = common:arduino
platform = libretiny@1.10.0
platform = libretiny@1.11.0
framework = arduino
lib_compat_mode = soft
lib_deps =