Added Pro Controller product id to relay_joycon.py script.

This commit is contained in:
Robert Martin
2020-04-12 15:11:12 +09:00
parent 4456e8456a
commit fd373aa48f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ async def dumb_spi_flash(hid_device, output_file=None):
async def _main(args, loop): async def _main(args, loop):
logger.info('Waiting for HID devices... Please connect one JoyCon (left OR right), or a Pro Controller over Bluetooth. ' logger.info('Waiting for HID devices... Please connect one JoyCon (left OR right), or a Pro Controller over Bluetooth. '
'Note: The bluez "input" plugin needs to be enabled (default)"') 'Note: The bluez "input" plugin needs to be enabled (default)')
controller = None controller = None
while controller is None: while controller is None:
File diff suppressed because one or more lines are too long