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:23:59 -06:00
parent 3deea03ff5
commit 67bfbee567
3 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
a9e1ff79c83d9d042343eec7ef674929f4ae0c570a8093682da02b66c40ad53c
10a98f1b0a739036f7b698a61ce7e2d25362692b30c2f73e5195cd8310172a67

View File

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

View File

@@ -214,7 +214,7 @@ build_unflags =
[common:libretiny-arduino]
extends = common:arduino
# 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#974cc76
platform = https://github.com/bdraco/libretiny.git#93de794
framework = arduino
lib_compat_mode = soft
lib_deps =