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.
get-platformio.py
1 parent 1b1e930 commit 16c6a86Copy full SHA for 16c6a86
get-platformio.py
pioinstaller/core.py
@@ -30,12 +30,12 @@
30
log = logging.getLogger(__name__)
31
32
PIO_CORE_DEVELOP_URL = (
33
- "https://github.com/Jason2866/platformio/"
34
- "archive/no_reg_depend.zip"
+ "https://github.com/pioarduino/platformio-core/"
+ "archive/pio_github.zip"
35
)
36
PIO_CORE_RELEASE_URL = (
37
- "https://github.com/Jason2866/platformio-core/"
38
- "archive/refs/tags/v6.1.16+free.zip"
+ "archive/refs/tags/v6.1.16+test.zip"
39
40
UPDATE_INTERVAL = 60 * 60 * 24 * 3 # 3 days
41
0 commit comments