duinoapp / duinoapp-client

GNU General Public License v3.0
11 stars 9 forks source link

Mouse issue #68

Closed ghost closed 1 year ago

ghost commented 1 year ago

I am working on an autoclicker and I noiticed there was an error when I tried to upload it. There are some screenshots of the code and error Screenshot 2023-08-19 6 03 02 PM Screenshot 2023-08-19 5 38 43 PM

mrfrase3 commented 1 year ago

Not entirely certain if this is causing the issue, but the Arduino mega cant act as a HID device. You need something with a ATmega32u4 chip, i.e. a pro micro or leonardo.

More annoyingly, the 32u4 chips require the AVR109 uploader that isn't supported on this version of the application.

ghost commented 1 year ago

Not entirely certain if this is causing the issue, but the Arduino mega cant act as a HID device. You need something with a ATmega32u4 chip, i.e. a pro micro or leonardo.

More annoyingly, the 32u4 chips require the AVR109 uploader that isn't supported on this version of the application.

That might be the issue