hack fix for megatinycore
This commit is contained in:
parent
e3426929da
commit
d4e3f15c05
1 changed files with 6 additions and 0 deletions
|
|
@ -285,6 +285,12 @@ ColorPrint.print_info('#'*40)
|
|||
|
||||
run_or_die("arduino-cli core update-index --additional-urls "+BSP_URLS+
|
||||
" > /dev/null", "FAILED to update core indices")
|
||||
##### HACK !!!!!!!!!!!!!!!!!!!
|
||||
# manual fix for megatinycore URL truncation issue
|
||||
# see: https://github.com/arduino/arduino-cli/issues/2345
|
||||
# https://github.com/SpenceKonde/megaTinyCore/issues/1005
|
||||
os.system("mv ~/.arduino15/package_drazzy.json ~/.arduino15/package_drazzy.com_index.json")
|
||||
##### HACK !!!!!!!!!!!!!!!!!!!!
|
||||
print()
|
||||
|
||||
################################ Install dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue