Skip to content

Commit 08115a0

Browse files
authored
docs: fix version reference & note block looking (#290)
1 parent 6f092f0 commit 08115a0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ For more check out the links in the additional [information section](#additional
2020

2121
## Generate the project
2222

23-
> NOTE: If you have set `IDF_PATH`, the specified ESP IDF SDK will be
23+
> [!NOTE]
24+
> If you have set `IDF_PATH`, the specified ESP IDF SDK will be
2425
> used instead, regard less what version you selected here.
2526
>
2627
> Meanwhile, `esp-idf-sys` will just ignore `IDF_TOOLS_PATH`.
@@ -36,7 +37,7 @@ The command will display a few prompts:
3637
- `Which MCU to target?`: SoC model, e.g. `esp32`, `esp32s2`, `esp32c3` etc.
3738
- `Configure advanced template options?`: If `false`, skips the rest of the prompts and uses their default value. If `true`, you will be prompted with:
3839
- `ESP-IDF Version`: ESP-IDF branch/tag to use. Possible choices:
39-
- [`v5.3.3`](https://github.com/espressif/esp-idf/releases/tag/v5.5.3): Stable
40+
- [`v5.5.3`](https://github.com/espressif/esp-idf/releases/tag/v5.5.3): Stable
4041
- [`v5.4.3`](https://github.com/espressif/esp-idf/releases/tag/v5.4.3): Stable
4142
- [`v5.3.4`](https://github.com/espressif/esp-idf/releases/tag/v5.3.4): Stable
4243
- [`master`](https://github.com/espressif/esp-idf/tree/master): **Unstable**. Please do NOT choose the `master` ESP IDF version, unless you

0 commit comments

Comments
 (0)