AndunHH / spacemouse

Repository for a space mouse, which emulates a 3Dconnexion "Space Mouse Pro wireless". It is based on four joysticks with additional keys or an encoder
Other
83 stars 16 forks source link

Change board.txt template with added tool.serial? #27

Closed AndunHH closed 3 months ago

AndunHH commented 3 months ago

As written in the faq, some people need to change the board.txt: spacemouse.upload.tool=avrdude to spacemouse.upload.tool.serial=avrdude to get no error when compiling

Can we include this in the general board.txt instructions? Is there a problem for the older installations?

See

coliss86 commented 3 months ago

Sure you can add this as a note in the readme of this project in a section : "common issue".

AndunHH commented 3 months ago

Yes, this was the easy part.

Someone working with arduino and how don't need this line added should check if we can just add it generally.