[release] v1.0.0-alpha.1
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/kuba2k2/platformio-libretuya"
|
||||
},
|
||||
"version": "0.12.6",
|
||||
"version": "1.0.0-alpha.1",
|
||||
"frameworks": {
|
||||
"base": {
|
||||
"title": "Base Framework (SDK only)",
|
||||
|
||||
@@ -27,7 +27,7 @@ def check_ltchiptool(install: bool):
|
||||
print("Installing/updating ltchiptool")
|
||||
system(
|
||||
f"{sys.executable} -m pip install -U --force-reinstall "
|
||||
f'"ltchiptool >= {LTCHIPTOOL_VERSION}, < 5.0"'
|
||||
f'"ltchiptool >= {LTCHIPTOOL_VERSION[1:]}a0, < 5.0"'
|
||||
)
|
||||
|
||||
# unload all modules from the old version
|
||||
|
||||
Reference in New Issue
Block a user