digistump / DigistumpArduino

Files to add Digistump support (Digispark, Pro, DigiX) to Arduino 1.6.X (1.6.5+)
932 stars 377 forks source link

How to install this package manually? #131

Closed LiHangBing closed 3 years ago

LiHangBing commented 3 years ago

Hi~ everyone. Because my network is not OK, always I install the package by manager failed. So how can I download these files and then install the package offline? Thanks!

ArminJo commented 3 years ago

Look at your C:\Users\\AppData\Local\Arduino\packages directory to see how other packages are installed. Download this repo and extract the digistump-avr-1.7.0.zip to C:\Users\\AppData\Local\Arduino15\packages\digistump\hardware\avr\1.7.0. Then xtract the tools\micronucleus-2.0a4-win.zip to C:\Users\\AppData\Local\Arduino15\packages\digistump\tools\micronucleus\2.0a4. Thats it. Please give me feedback, if this works for you.

LiHangBing commented 3 years ago

Look at your C:\Users\AppData\Local\Arduino\packages directory to see how other packages are installed. Download this repo and extract the digistump-avr-1.7.0.zip to C:\Users\AppData\Local\Arduino15\packages\digistump\hardware\avr\1.7.0. Then xtract the tools\micronucleus-2.0a4-win.zip to C:\Users\AppData\Local\Arduino15\packages\digistump\tools\micronucleus\2.0a4. Thats it. Please give me feedback, if this works for you.

OK,it works But I need copy the file "package_digistump_index.json“ to AppData\Local\Arduino15\ thanks!