I'm having problems setting up my Arduino environment. I copied the contents of the hardware folder from the digistump1.5 addons to the hardware folder of the Arduino IDE and now I can set the board to the proper digispark pro setting, but there is no digispark option under the programers setting. I tried to compile the basic example sketch with the micronucleus programer, but all I got was an error
java.io.IOException: Cannot run program "C:\Users\Seth\Documents\Arduino/hardware/digistump/avr/tools/avrdude": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(Unknown Source)
at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:28)
at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:104)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:125)
at processing.app.Sketch.upload(Sketch.java:1713)
at processing.app.Sketch.exportApplet(Sketch.java:1624)
at processing.app.Sketch.exportApplet(Sketch.java:1596)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2392)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
... 9 more