Skip to content

Commit a810ddd

Browse files
committed
fixed bug, remove hack
arduino/arduino-cli#2345
1 parent 4d5face commit a810ddd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: build_platform.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,7 @@ def run_or_die(cmd, error):
159159

160160
run_or_die("arduino-cli core update-index --additional-urls "+BSP_URLS+
161161
" > /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 !!!!!!!!!!!!!!!!!!!!
162+
168163
print()
169164

170165
################################ Install dependencies

0 commit comments

Comments
 (0)