Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_doc_blufi_eror_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
fix blufi doc error (backport v5.1)

See merge request espressif/esp-idf!23724
  • Loading branch information
wmy-espressif committed May 18, 2023
2 parents e8dba71 + 5bd2b5b commit 431f5b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/api-guides/blufi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ The Flow Chart of BluFi

Phone <- {IDF_TARGET_NAME} [label="Advertising"];
Phone -> {IDF_TARGET_NAME} [label="Create GATT connection"];
Phone <- {IDF_TARGET_NAME} [label="Negotiate key procedure"];
Phone -> {IDF_TARGET_NAME} [label="Negotiate key procedure"];
Phone <- {IDF_TARGET_NAME} [label="Negotiate key procedure"];
Phone -> {IDF_TARGET_NAME} [label="CTRL: Set {IDF_TARGET_NAME} to Phone Security mode"];
Phone -> {IDF_TARGET_NAME} [label="DATA: SSID"];
Phone -> {IDF_TARGET_NAME} [label="DATA: Password"];
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/api-guides/blufi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ BluFi 流程图

Phone <- {IDF_TARGET_NAME} [label="广播"];
Phone -> {IDF_TARGET_NAME} [label="建立 GATT 链接"];
Phone <- {IDF_TARGET_NAME} [label="协商密钥"];
Phone -> {IDF_TARGET_NAME} [label="协商密钥"];
Phone <- {IDF_TARGET_NAME} [label="协商密钥"];
Phone -> {IDF_TARGET_NAME} [label="CTRL: 设置 {IDF_TARGET_NAME} 为手机安全模式"];
Phone -> {IDF_TARGET_NAME} [label="DATA: SSID"];
Phone -> {IDF_TARGET_NAME} [label="DATA: Password"];
Expand Down

0 comments on commit 431f5b8

Please sign in to comment.