AlanChatham / UnoJoy

UnoJoy! allows you to easily turn an Arduino Uno (or Mega or Leonardo) into a PS3-compatible USB game controller
GNU General Public License v3.0
483 stars 131 forks source link

Issue when turning into joystick #47

Open WarnerEXE opened 2 years ago

WarnerEXE commented 2 years ago

I bought a chinese arduino uno, and when i execute TurnIntoAJoystick.bat it says this Sin título

AlanChatham commented 10 months ago

Sorry I didn't get around to this until now! This seems like it's failing to do an erase on the chip's memory, but it's not having any problems actually writing and verifying the .hex file to the chip - is it still showing up as a joystick once you unplug and plug the Arduino back in after running that? The script file only is checking to see if any errors occurred during the reflashing process, so if there's a failure in the process that doesn't actually matter, it will still say that the firmware didn't load even though it might have...