We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e342692 + d4e3f15 commit b066942Copy full SHA for b066942
build_platform.py
@@ -285,6 +285,12 @@ def run_or_die(cmd, error):
285
286
run_or_die("arduino-cli core update-index --additional-urls "+BSP_URLS+
287
" > /dev/null", "FAILED to update core indices")
288
+##### HACK !!!!!!!!!!!!!!!!!!!
289
+# manual fix for megatinycore URL truncation issue
290
+# see: https://github.com/arduino/arduino-cli/issues/2345
291
+# https://github.com/SpenceKonde/megaTinyCore/issues/1005
292
+os.system("mv ~/.arduino15/package_drazzy.json ~/.arduino15/package_drazzy.com_index.json")
293
+##### HACK !!!!!!!!!!!!!!!!!!!!
294
print()
295
296
################################ Install dependencies
0 commit comments