Skip to content

Commit 64ff565

Browse files
committed
docs(): Fix readmes typos
1 parent c396676 commit 64ff565

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

libraries/ESP32/examples/Zigbee/Zigbee_Light_Bulb/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arduino-ESP32 Zigbee Light Bulb Example
22

3-
This example shows how to configure the Zigbee end device and use it as a HA on/off light bulb.
3+
This example shows how to configure the Zigbee end device and use it as a Home Automation (HA) on/off light bulb.
44

55
**This example is based on ESP-Zigbee-SDK example esp_zigbee_HA_sample/HA_on_off_light.**
66

@@ -40,7 +40,7 @@ You can do the following:
4040
* In the sketch uncomment function `esp_zb_nvram_erase_at_start(true);` located in `esp_zb_task` function.
4141

4242
By default, the coordinator network is open for 180s after rebooting or flashing new firmware. After that, the network is closed for adding new devices.
43-
You can change by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
43+
You can change it by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
4444

4545
***Important: Make sure you are using a good quality USB cable and that you have a reliable power source***
4646

libraries/ESP32/examples/Zigbee/Zigbee_Light_Switch/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arduino-ESP32 Zigbee Light Switch Example
22

3-
This example shows how to configure Zigbee Coordinator and use it as an HA on/off light switch.
3+
This example shows how to configure Zigbee Coordinator and use it as a Home Automation (HA) on/off light switch.
44

55
**This example is based on ESP-Zigbee-SDK example esp_zigbee_HA_sample/HA_on_off_switch.**
66

@@ -40,7 +40,7 @@ You can do the following:
4040
* In the `Zigbee_Light_Bulb` example sketch uncomment function `esp_zb_nvram_erase_at_start(true);` located in `esp_zb_task` function.
4141

4242
By default, the coordinator network is open for 180s after rebooting or flashing new firmware. After that, the network is closed for adding new devices.
43-
You can change by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
43+
You can change it by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
4444

4545
***Important: Make sure you are using a good quality USB cable and that you have a reliable power source***
4646

libraries/ESP32/examples/Zigbee/Zigbee_Temperature_Sensor/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arduino-ESP32 Zigbee Temperature Sensor Example
22

3-
This example shows how to configure the Zigbee end device and use it as a HA temperature sensor.
3+
This example shows how to configure the Zigbee end device and use it as a Home Automation (HA) temperature sensor.
44

55
**This example is based on ESP-Zigbee-SDK example esp_zigbee_HA_sample/HA_temperature_sensor.**
66

@@ -29,7 +29,7 @@ Functions:
2929

3030
### Configure the Project
3131

32-
In this example, the temperature sensor task is reading the chip temperature.
32+
In this example, the internal temperature sensor task is reading the chip temperature.
3333
Set the Button Switch GPIO by changing the `GPIO_INPUT_IO_TOGGLE_SWITCH` definition. By default, it's the `GPIO_NUM_9` (BOOT button on ESP32-C6 and ESP32-H2).
3434

3535
#### Using Arduino IDE
@@ -50,7 +50,7 @@ You can do the following:
5050
* In the sketch uncomment function `esp_zb_nvram_erase_at_start(true);` located in `esp_zb_task` function.
5151

5252
By default, the coordinator network is open for 180s after rebooting or flashing new firmware. After that, the network is closed for adding new devices.
53-
You can change by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
53+
You can change it by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
5454

5555
***Important: Make sure you are using a good quality USB cable and that you have a reliable power source***
5656

libraries/ESP32/examples/Zigbee/Zigbee_Thermostat/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arduino-ESP32 Zigbee Thermostat Example
22

3-
This example shows how to configure Zigbee Coordinator and use it as an HA thermostat.
3+
This example shows how to configure Zigbee Coordinator and use it as a Home Automation (HA) thermostat.
44

55
**This example is based on ESP-Zigbee-SDK example esp_zigbee_HA_sample/HA_thermostat.**
66

@@ -49,7 +49,7 @@ You can do the following:
4949
* In the `Zigbee_Temperature_Sensor` example sketch uncomment function `esp_zb_nvram_erase_at_start(true);` located in `esp_zb_task` function.
5050

5151
By default, the coordinator network is open for 180s after rebooting or flashing new firmware. After that, the network is closed for adding new devices.
52-
You can change by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
52+
You can change it by editing `esp_zb_bdb_open_network(180);` in `esp_zb_app_signal_handler` function.
5353

5454
***Important: Make sure you are using a good quality USB cable and that you have a reliable power source***
5555

0 commit comments

Comments
 (0)