Skip to content

Commit 6cd90ca

Browse files
ci(pre-commit): Apply automatic fixes
1 parent dbb76e2 commit 6cd90ca

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/en/zigbee/ep_dimmable_light.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ Dimmable Light Implementation
135135
*****************************
136136

137137
.. literalinclude:: ../../../libraries/Zigbee/examples/Zigbee_Dimmable_Light/Zigbee_Dimmable_Light.ino
138-
:language: arduino
138+
:language: arduino

docs/en/zigbee/ep_range_extender.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Range Extender Implementation
3131
*****************************
3232

3333
.. literalinclude:: ../../../libraries/Zigbee/examples/Zigbee_Range_Extender/Zigbee_Range_Extender.ino
34-
:language: arduino
34+
:language: arduino

docs/en/zigbee/zigbee.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ Also selecting zigbee mode with *debug* suffix is recommended.
156156
157157
Zigbee.setDebugMode(true);
158158
// Start Zigbee with debug output
159-
Zigbee.begin();
159+
Zigbee.begin();

docs/en/zigbee/zigbee_core.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ This function will return ``true`` if initialization successful, ``false`` other
4444

4545
Depending on the Zigbee role, proper Zigbee mode and partition scheme must be set in the Arduino IDE.
4646

47-
* **ZIGBEE_COORDINATOR** and **ZIGBEE_ROUTER**:
47+
* **ZIGBEE_COORDINATOR** and **ZIGBEE_ROUTER**:
4848
* Zigbee mode to ``Zigbee ZCZR (coordinator/router)``.
4949
* Partition scheme to ``Zigbee ZCZR xMB with spiffs`` (where ``x`` is the number of MB of selected flash size).
50-
* **ZIGBEE_END_DEVICE**:
50+
* **ZIGBEE_END_DEVICE**:
5151
* Zigbee mode to ``Zigbee ED (end device)``.
5252
* Partition scheme to ``Zigbee xMB with spiffs`` (where ``x`` is the number of MB of selected flash size).
5353

0 commit comments

Comments
 (0)