Skip to content

Commit 16c6a86

Browse files
committed
update get-platformio.py
1 parent 1b1e930 commit 16c6a86

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

get-platformio.py

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pioinstaller/core.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
log = logging.getLogger(__name__)
3131

3232
PIO_CORE_DEVELOP_URL = (
33-
"https://github.com/Jason2866/platformio/"
34-
"archive/no_reg_depend.zip"
33+
"https://github.com/pioarduino/platformio-core/"
34+
"archive/pio_github.zip"
3535
)
3636
PIO_CORE_RELEASE_URL = (
37-
"https://github.com/Jason2866/platformio-core/"
38-
"archive/refs/tags/v6.1.16+free.zip"
37+
"https://github.com/pioarduino/platformio-core/"
38+
"archive/refs/tags/v6.1.16+test.zip"
3939
)
4040
UPDATE_INTERVAL = 60 * 60 * 24 * 3 # 3 days
4141

0 commit comments

Comments
 (0)