1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00
This commit is contained in:
J. Nick Koston
2026-02-07 18:28:28 -06:00
parent 67bfbee567
commit 1b1efc5d49
3 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
10a98f1b0a739036f7b698a61ce7e2d25362692b30c2f73e5195cd8310172a67 bb17a9237b701c18a0ec885a709409305d2b777e9d4a3cf49b2e71e2144b3fe0

View File

@@ -197,11 +197,11 @@ ARDUINO_VERSIONS = {
"dev": (cv.Version(1, 12, 0), "https://github.com/libretiny-eu/libretiny.git"), "dev": (cv.Version(1, 12, 0), "https://github.com/libretiny-eu/libretiny.git"),
"latest": ( "latest": (
cv.Version(1, 12, 0), cv.Version(1, 12, 0),
"https://github.com/bdraco/libretiny.git#93de794", "https://github.com/bdraco/libretiny.git#7f52d41",
), ),
"recommended": ( "recommended": (
cv.Version(1, 12, 0), cv.Version(1, 12, 0),
"https://github.com/bdraco/libretiny.git#93de794", "https://github.com/bdraco/libretiny.git#7f52d41",
), ),
} }

View File

@@ -214,7 +214,7 @@ build_unflags =
[common:libretiny-arduino] [common:libretiny-arduino]
extends = common:arduino extends = common:arduino
# TODO: Revert to v1.12.0 tag once https://github.com/libretiny-eu/libretiny/pull/361 is released # TODO: Revert to v1.12.0 tag once https://github.com/libretiny-eu/libretiny/pull/361 is released
platform = https://github.com/bdraco/libretiny.git#93de794 platform = https://github.com/bdraco/libretiny.git#7f52d41
framework = arduino framework = arduino
lib_compat_mode = soft lib_compat_mode = soft
lib_deps = lib_deps =