We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563bc71 commit 0fcf815Copy full SHA for 0fcf815
pioinstaller/core.py
@@ -29,8 +29,14 @@
29
30
log = logging.getLogger(__name__)
31
32
-PIO_CORE_DEVELOP_URL = "https://github.com/jason2866/platformio/archive/no_reg_depend.zip"
33
-PIO_CORE_RELEASE_URL = "https://github.com/Jason2866/platformio-core/archive/refs/tags/v6.1.16+free.zip"
+PIO_CORE_DEVELOP_URL = (
+ "https://github.com/Jason2866/platformio/"
34
+ "archive/no_reg_depend.zip"
35
+)
36
+PIO_CORE_RELEASE_URL = (
37
+ "https://github.com/Jason2866/platformio-core/"
38
+ "archive/refs/tags/v6.1.16+free.zip"
39
40
UPDATE_INTERVAL = 60 * 60 * 24 * 3 # 3 days
41
42
0 commit comments