Bump LibreTiny recommended version to 1.7.0 (#7432)

This commit is contained in:
David Woodhouse 2024-09-10 20:43:19 +01:00 committed by GitHub
parent 7abbb0fb97
commit 7b90bfaec6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -170,13 +170,11 @@ def _notify_old_style(config):
return config
# NOTE: Keep this in mind when updating the recommended version:
# * For all constants below, update platformio.ini (in this repo)
# The dev and latest branches will be at *least* this version, which is what matters.
ARDUINO_VERSIONS = {
"dev": (cv.Version(1, 7, 0), "https://github.com/libretiny-eu/libretiny.git"),
"latest": (cv.Version(1, 7, 0), "libretiny"),
"recommended": (cv.Version(1, 5, 1), None),
"recommended": (cv.Version(1, 7, 0), None),
}