You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great project.
I want to use P4.6 for another purpose, so I moved the switch to the bootloader to P2.5
if(!(P2 & 0b00100000)) runBootloader();
However, even after the correction, if P4.6 is set to Low, the USB port is working in host mode, or the keyboard connected to the USB port does not work.
Do I need to modify the source code to move the pin to enter the bootloader to P2.5?
Thanks
The text was updated successfully, but these errors were encountered:
Thanks for the great project.
I want to use P4.6 for another purpose, so I moved the switch to the bootloader to P2.5
However, even after the correction, if P4.6 is set to Low, the USB port is working in host mode, or the keyboard connected to the USB port does not work.
Do I need to modify the source code to move the pin to enter the bootloader to P2.5?
Thanks
The text was updated successfully, but these errors were encountered: