You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| master | >= v4.4 | support component manager and new chips |[Docs online](https://docs.espressif.com/projects/espressif-esp-iot-solution/zh_CN)| active, new feature develop |
38
+
| master | >= v4.4 | support component manager and new chips |[Docs online](https://docs.espressif.com/projects/esp-iot-solution/zh_CN)| active, new feature develop |
39
39
| release/v1.1 | v4.0.1 | IDF version update, remove no longer supported code |[v1.1 Overview](https://github.com/espressif/esp-iot-solution/tree/release/v1.1#esp32-iot-solution-overview)| archived |
@@ -78,7 +78,7 @@ You can directly add the components from the Component Registry to your project
78
78
79
79
#### Get ESP-IoT-Solution Repository
80
80
81
-
If you want to [Contribute](https://docs.espressif.com/projects/espressif-esp-iot-solution/zh_CN/latest/contribute/index.html) to the components in ESP-IoT-Solution or want to start from the examples in ESP-IoT-Solution, you can get the ESP-IoT-Solution repository by following the steps:
81
+
If you want to [Contribute](https://docs.espressif.com/projects/esp-iot-solution/zh_CN/latest/contribute/index.html) to the components in ESP-IoT-Solution or want to start from the examples in ESP-IoT-Solution, you can get the ESP-IoT-Solution repository by following the steps:
82
82
83
83
* If select the `master` version, open the terminal, and run the following command:
84
84
@@ -107,9 +107,9 @@ There is no difference between building and flashing the examples in ESP-IoT-Sol
107
107
108
108
### Resources
109
109
110
-
- Documentation for the latest version: https://docs.espressif.com/projects/espressif-esp-iot-solution/ . This documentation is built from the [docs directory](./docs) of this repository.
110
+
- Documentation for the latest version: https://docs.espressif.com/projects/esp-iot-solution/ . This documentation is built from the [docs directory](./docs) of this repository.
111
111
- ESP-IDF Programming Guide: https://docs.espressif.com/projects/esp-idf/zh_CN . Please refer to the version ESP-IoT-Solution depends on.
112
112
- The [IDF Component Registry](https://components.espressif.com/) is where you can find the components in ESP-IoT-Solution and other registered components.
113
-
- The [esp32.com forum](https://esp32.com/) is a place to ask questions and find community resources.
113
+
- The [esp32.com forum](https://www.esp32.com/) is a place to ask questions and find community resources.
114
114
- [Check the Issues section on GitHub]((https://github.com/espressif/esp-iot-solution/issues)) if you find a bug or have a feature request. Please check existing Issues before opening a new one.
115
115
- If you're interested in contributing to ESP-IDF, please check the [Contributions Guide](./CONTRIBUTING.rst).
Copy file name to clipboardexpand all lines: components/bluetooth/ble_conn_mgr/CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## v0.1.0
2
2
3
-
This is the first release version for BLE connection management component in Espressif Component Registry, more detailed descriptions about the project, please refer to [User_Guide](https://docs.espressif.com/projects/espressif-esp-iot-solution/en/latest/bluetooth/ble_conn_mgr.html).
3
+
This is the first release version for BLE connection management component in Espressif Component Registry, more detailed descriptions about the project, please refer to [User_Guide](https://docs.espressif.com/projects/esp-iot-solution/en/latest/bluetooth/ble_conn_mgr.html).
4
4
5
5
Features:
6
6
- Roles: Support peripheral and central, client and server
The ``ble_conn_mgr`` is a BLE connection management component that provides a simplified API interface for accessing commonly used BLE functionalities. It supports various scenarios such as peripheral and central.
After creating a new button object by calling function `button_create()`, the button object can create press events, every press event can have its own callback.
Copy file name to clipboardexpand all lines: docs/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# Documentation Source Folder
2
2
3
-
This folder contains source files of **ESP-IDF documentation** available in [English](https://docs.espressif.com/projects/espressif-esp-iot-solution/en/latest/index.html) and [中文](https://docs.espressif.com/projects/espressif-esp-iot-solution/zh_CN/latest/index.html).
3
+
This folder contains source files of **ESP-IDF documentation** available in [English](https://docs.espressif.com/projects/esp-iot-solution/en/latest/index.html) and [中文](https://docs.espressif.com/projects/esp-iot-solution/zh_CN/latest/index.html).
4
4
5
5
The sources do not render well in GitHub and some information is not visible at all.
6
6
7
7
Use actual documentation generated within about 20 minutes on each commit:
0 commit comments