Merge pull request #39 from hitmoon/master

fix a minor typo about entering diagnosis mode
This commit is contained in:
HappyZ 2018-12-17 21:21:11 -06:00 committed by GitHub
commit 9f74b0b43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -616,7 +616,7 @@ def diagnosis_mode(dpt):
enter diagnosis mode
'''
dpt.info_print('Steps to enter diagnosis mode:')
dpt.info_print('1. Turn of DPT')
dpt.info_print('1. Turn off DPT')
dpt.info_print('2. Hold HOME button')
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')