Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c86a36fe0 | ||
|
|
b984519546 |
@@ -6,7 +6,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/kuba2k2/platformio-libretiny"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"frameworks": {
|
||||
"base": {
|
||||
"title": "Base Framework (SDK only)",
|
||||
|
||||
@@ -17,7 +17,7 @@ from platformio.platform.base import PlatformBase
|
||||
from platformio.platform.board import PlatformBoardConfig
|
||||
from semantic_version import SimpleSpec, Version
|
||||
|
||||
LTCHIPTOOL_VERSION = "^4.0.0"
|
||||
LTCHIPTOOL_VERSION = "^4.0.1"
|
||||
|
||||
|
||||
# Install & import tools
|
||||
|
||||
Reference in New Issue
Block a user