Skip to content

Commit e648890

Browse files
authored
Fixed typo (#451)
1 parent f4ab2bc commit e648890

File tree

1 file changed

+8
-8
lines changed
  • content/blog/2025/03/esp32h2-knob

1 file changed

+8
-8
lines changed

content/blog/2025/03/esp32h2-knob/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,15 @@ The complete open-source hardware documentation for ESP-Knob can be found at [ES
137137

138138
The example projects for the ESP-Knob available at the time of writing are detailed below. Once you flash the corresponding firmware, the ESP-Knob can be connected to different smart home systems. You can also directly download the three kinds of ESP-Knob firmware from the [ESP-LAUNCHPAD](https://espressif.github.io/esp-launchpad/?flashConfigURL=https://dl.espressif.com/AE/AE-Demo/ESP32-H2-Knob/config.toml).
139139
The examples are
140-
* **BLE-HID**: A BLE-HID implementation based on the [ble_hid_device_demo](https://github.com/espressif/esp-idf/tree/release/v5.4/examples/bluetooth/bluedroid/ble/ble_hid_device_demo). You can adjust the volume by turning the knob and change the bonded device through a long press.
141-
* **BTHome firmware**: It integrates `Button`and `Dimmer`components, broadcasting the data in BTHome protocol. It supports Home Assistant and automatic deep sleep.
142-
* **Matter universal switch**: It implements a simple matter switch, which can be provisioned using the netword qr-code.
140+
* **BLE-HID**: A BLE-HID implementation based on the [ble_hid_device_demo](https://github.com/espressif/esp-idf/tree/release/v5.4/examples/bluetooth/bluedroid/ble/ble_hid_device_demo). You can adjust the volume by turning the knob and change the bonded device through a long press.
141+
* **BTHome firmware**: It integrates `Button`and `Dimmer`components, broadcasting the data in BTHome protocol. It supports Home Assistant and automatic deep sleep.
142+
* **Matter universal switch**: It implements a simple matter switch, which can be provisioned using the network qr-code.
143143

144144

145145
## Conclusion
146146

147-
Leveraging the power of the ESP32-H2 chip, the independently developed smart ESP-Knob offers users a seamless smart home control experience. With its exceptional compatibility and flexibility, it allows developer to easily manage all smart devices in the home with a simple device. We encourage contributions from DIY developers to help expand and enhance the capabilities of the ESP-Knob, and we look forward to seeing fresh ideas and innovations from the community.
148-
149-
<div style="font-size: 0.8em; color: #888; margin-top: 2em;">
150-
Apple and HomePod are trademarks of Apple Inc., registered in the U.S. and other countries and regions.
151-
</div>
147+
Leveraging the power of the ESP32-H2 chip, the independently developed smart ESP-Knob offers users a seamless smart home control experience. With its exceptional compatibility and flexibility, it allows developer to easily manage all smart devices in the home with a simple device. We encourage contributions from DIY developers to help expand and enhance the capabilities of the ESP-Knob, and we look forward to seeing fresh ideas and innovations from the community.
148+
149+
<div style="font-size: 0.8em; color: #888; margin-top: 2em;">
150+
Apple and HomePod are trademarks of Apple Inc., registered in the U.S. and other countries and regions.
151+
</div>

0 commit comments

Comments
 (0)