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 4d5face commit a810dddCopy full SHA for a810ddd
build_platform.py
@@ -159,12 +159,7 @@ def run_or_die(cmd, error):
159
160
run_or_die("arduino-cli core update-index --additional-urls "+BSP_URLS+
161
" > /dev/null", "FAILED to update core indices")
162
-##### HACK !!!!!!!!!!!!!!!!!!!
163
-# manual fix for megatinycore URL truncation issue
164
-# see: https://github.com/arduino/arduino-cli/issues/2345
165
-# https://github.com/SpenceKonde/megaTinyCore/issues/1005
166
-os.system("mv ~/.arduino15/package_drazzy.json ~/.arduino15/package_drazzy.com_index.json")
167
-##### HACK !!!!!!!!!!!!!!!!!!!!
+
168
print()
169
170
################################ Install dependencies
0 commit comments