fix a minor typo about entering diagnosis mode

This commit is contained in:
xiaoqiang.zhao 2018-12-18 10:16:52 +08:00
parent c8d928028a
commit 59ec47932d
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,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')