Update libInteractive.py to explain what to do with serial on WIN

This commit is contained in:
ghostwheel 2019-06-07 08:31:55 -06:00 committed by GitHub
parent 26d53c0eaa
commit 1ef963b5a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -404,6 +404,7 @@ def diagnosis_mode(dpt):
dpt.info_print('3. Press POWER button once. Then light blinks yellow')
dpt.info_print('4. Release HOME button, a black square will show up')
dpt.info_print('5. Connect to computer')
dpt.info_print('6. (Windows) You can now use device manager to find which COM port DPT is connected to. E.g. COM5')
try:
resp = input('>>> Black square on the screen? [yes/no]: ')
if resp == 'no':