Merge pull request #39 from hitmoon/master
fix a minor typo about entering diagnosis mode
This commit is contained in:
commit
9f74b0b43b
|
|
@ -616,7 +616,7 @@ def diagnosis_mode(dpt):
|
||||||
enter diagnosis mode
|
enter diagnosis mode
|
||||||
'''
|
'''
|
||||||
dpt.info_print('Steps to 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('2. Hold HOME button')
|
||||||
dpt.info_print('3. Press POWER button once. Then light blinks yellow')
|
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('4. Release HOME button, a black square will show up')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue