Merge branch 'feat/h2_v1.2_compatibility' into 'master'

doc(compatibility): add compatibility info for h2 v1.2

See merge request espressif/esp-idf!37174
This commit is contained in:
Michael (XIAO Xufeng)
2025-02-27 09:03:07 +08:00
2 changed files with 20 additions and 0 deletions
+10
View File
@@ -121,6 +121,16 @@
从 ESP-IDF v5.1 开始支持。
#### v1.2
| 发布分支 | 推荐版本 | 需求版本 |
|------------------------|-------------|----------|
| release/v5.1 | v5.1.6+ | v5.1.6 |
| release/v5.2 | v5.2.5+ | v5.2.5 |
| release/v5.3 | v5.3.3+ | v5.3.3 |
| release/v5.4 | v5.4.1+ | v5.4.1 |
| release/v5.5 及以上 | v5.5+ | v5.5 |
## 如果 ESP-IDF 版本低于 `需求版本` 会出现什么情况?