I've just installed the latest Arduino IDE and I pointed the "additional boards manager" to the URL https://adafruit.github.io/arduino-board-index/package_adafruit_index.json.
Now my sketches won't compile. Below is the error message -- a java error in optiboot_atmega328.hex. Can anyone help? I didn't see anything like this in the forums.
I'm using a Metro board with the jumper cut/soldered to 3.3V.
Thank you!
Sam
java.nio.file.InvalidPathException: Illegal char <:> at index 93: C:\Users\sam\AppData\Local\Arduino15\packages\adafruit\hardware\avr\1.3.0\bootloaders\arduino:optiboot/optiboot_atmega328.hex
at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
at java.nio.file.Paths.get(Paths.java:84)
at processing.app.debug.Compiler.mergeSketchWithBootloaderIfAppropriate(Compiler.java:1272)
at processing.app.debug.Compiler.compile(Compiler.java:491)
at processing.app.debug.Compiler.build(Compiler.java:125)
at processing.app.Sketch.build(Sketch.java:1117)
at processing.app.Sketch.build(Sketch.java:1097)
at processing.app.Editor$BuildHandler.run(Editor.java:1989)
at java.lang.Thread.run(Thread.java:745)
Illegal char <:> at index 93: C:\Users\sam\AppData\Local\Arduino15\packages\adafruit\hardware\avr\1.3.0\bootloaders\arduino:optiboot/optiboot_atmega328.hex