Seconb / Aimmy-Arduino-Edition

Aimmy... but with Arduino support!
Other
26 stars 6 forks source link

abmou.h Not Found #18

Closed mortezaghafoori closed 1 month ago

mortezaghafoori commented 1 month ago

I get this error when I try to upload the MouseInstructArduino.ino and it fails to compile:

Arduino: 1.8.19 (Windows 10), Board: "USB-HID MOUSE"
AbstractMouse.cpp:1:10: fatal error: abmou.h: No such file or directory

 #include "abmou.h"

          ^~~~~~~~~

compilation terminated.

exit status 1

abmou.h: No such file or directory

I followed the tutorial exactly as shown and I'm sure I'm picking the right mouse in the spoofer as there's only one. Please help me!

mortezaghafoori commented 1 month ago

I fixed the issue by using the MouseInstructArduino in the source instead from the releases.

Seconb commented 1 month ago

the troubleshooting section mentions this error