From 8914bf495c6a25831f70ff520e7b50bfc9d9bf56 Mon Sep 17 00:00:00 2001 From: Xueli Xie Date: Mon, 11 Mar 2024 11:31:51 -0700 Subject: [PATCH] format fix --- GettingStartedGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GettingStartedGuide.md b/GettingStartedGuide.md index 1b124d0..5426210 100644 --- a/GettingStartedGuide.md +++ b/GettingStartedGuide.md @@ -202,7 +202,7 @@ In this situation, use the following command to erase the nvs partition. ```sh parttool.py -p PORT erase_partition --partition-name=nvs ``` -- Keyboard command `Ctrl + ]` should exit `idf.py monitor` +- Keyboard command `Ctrl + ]` should exit `idf.py monitor` when run from a terminal. ## 4 Monitoring the demo