Skip to content

Commit 68bfa4d

Browse files
committed
fix(matter): commentary typo and formatting
1 parent 27c18c4 commit 68bfa4d

File tree

20 files changed

+39
-39
lines changed

20 files changed

+39
-39
lines changed

libraries/Matter/examples/MatterColorLight/MatterColorLight.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// Color Light Endpoint
2525
MatterColorLight ColorLight;
2626

27-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
27+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
2828
#if !CONFIG_ENABLE_CHIPOBLE
2929
// WiFi is manually set and started
3030
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
@@ -87,7 +87,7 @@ void setup() {
8787

8888
Serial.begin(115200);
8989

90-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
90+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
9191
#if !CONFIG_ENABLE_CHIPOBLE
9292
// We start by connecting to a WiFi network
9393
Serial.print("Connecting to ");

libraries/Matter/examples/MatterCommissionTest/MatterCommissionTest.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// On/Off Light Endpoint
2424
MatterOnOffLight OnOffLight;
2525

26-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
26+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
2727
#if !CONFIG_ENABLE_CHIPOBLE
2828
// WiFi is manually set and started
2929
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
@@ -33,7 +33,7 @@ const char *password = "your-password"; // Change this to your WiFi password
3333
void setup() {
3434
Serial.begin(115200);
3535

36-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
36+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
3737
#if !CONFIG_ENABLE_CHIPOBLE
3838
// We start by connecting to a WiFi network
3939
Serial.print("Connecting to ");

libraries/Matter/examples/MatterComposedLights/MatterComposedLights.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ MatterOnOffLight Light1;
2525
MatterDimmableLight Light2;
2626
MatterColorLight Light3;
2727

28-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
28+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
2929
#if !CONFIG_ENABLE_CHIPOBLE
3030
// WiFi is manually set and started
3131
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
@@ -62,7 +62,7 @@ void setup() {
6262

6363
Serial.begin(115200);
6464

65-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
65+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
6666
#if !CONFIG_ENABLE_CHIPOBLE
6767
// We start by connecting to a WiFi network
6868
Serial.print("Connecting to ");

libraries/Matter/examples/MatterContactSensor/MatterContactSensor.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
// Matter Contact Sensor Endpoint
4040
MatterContactSensor ContactSensor;
4141

42-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
42+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
4343
#if !CONFIG_ENABLE_CHIPOBLE
4444
// WiFi is manually set and started
4545
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
@@ -73,7 +73,7 @@ void setup() {
7373

7474
Serial.begin(115200);
7575

76-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
76+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
7777
#if !CONFIG_ENABLE_CHIPOBLE
7878
// Manually connect to WiFi
7979
WiFi.begin(ssid, password);

libraries/Matter/examples/MatterDimmableLight/MatterDimmableLight.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// Dimmable Light Endpoint
2525
MatterDimmableLight DimmableLight;
2626

27-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
27+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
2828
#if !CONFIG_ENABLE_CHIPOBLE
2929
// WiFi is manually set and started
3030
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
@@ -83,7 +83,7 @@ void setup() {
8383

8484
Serial.begin(115200);
8585

86-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
86+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
8787
#if !CONFIG_ENABLE_CHIPOBLE
8888
// We start by connecting to a WiFi network
8989
Serial.print("Connecting to ");

libraries/Matter/examples/MatterEnhancedColorLight/MatterEnhancedColorLight.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// Color Light Endpoint
2525
MatterEnhancedColorLight EnhancedColorLight;
2626

27-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
27+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
2828
#if !CONFIG_ENABLE_CHIPOBLE
2929
// WiFi is manually set and started
3030
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
@@ -91,7 +91,7 @@ void setup() {
9191

9292
Serial.begin(115200);
9393

94-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
94+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
9595
#if !CONFIG_ENABLE_CHIPOBLE
9696
// We start by connecting to a WiFi network
9797
Serial.print("Connecting to ");

libraries/Matter/examples/MatterEvents/MatterEvents.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <WiFi.h>
2020
#endif
2121

22-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
22+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
2323
#if !CONFIG_ENABLE_CHIPOBLE
2424
// WiFi is manually set and started
2525
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
@@ -125,7 +125,7 @@ void setup() {
125125
delay(10); // Wait for Serial to initialize
126126
}
127127

128-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
128+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
129129
#if !CONFIG_ENABLE_CHIPOBLE
130130
// We start by connecting to a WiFi network
131131
Serial.print("Connecting to ");

libraries/Matter/examples/MatterFan/MatterFan.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// Fan Endpoint - On/Off control + Speed Percent Control + Fan Modes
2424
MatterFan Fan;
2525

26-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
26+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
2727
#if !CONFIG_ENABLE_CHIPOBLE
2828
// WiFi is manually set and started
2929
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
@@ -82,7 +82,7 @@ void setup() {
8282

8383
Serial.begin(115200);
8484

85-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
85+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
8686
#if !CONFIG_ENABLE_CHIPOBLE
8787
// We start by connecting to a WiFi network
8888
Serial.print("Connecting to ");

libraries/Matter/examples/MatterHumiditySensor/MatterHumiditySensor.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// Matter Humidity Sensor Endpoint
3131
MatterHumiditySensor SimulatedHumiditySensor;
3232

33-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
33+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
3434
#if !CONFIG_ENABLE_CHIPOBLE
3535
// WiFi is manually set and started
3636
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
@@ -66,7 +66,7 @@ void setup() {
6666

6767
Serial.begin(115200);
6868

69-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
69+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
7070
#if !CONFIG_ENABLE_CHIPOBLE
7171
// Manually connect to WiFi
7272
WiFi.begin(ssid, password);

libraries/Matter/examples/MatterMinimum/MatterMinimum.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// Single On/Off Light Endpoint - at least one per node
3232
MatterOnOffLight OnOffLight;
3333

34-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
34+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
3535
#if !CONFIG_ENABLE_CHIPOBLE
3636
// WiFi is manually set and started
3737
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
@@ -68,7 +68,7 @@ void setup() {
6868
// Initialize the LED GPIO
6969
pinMode(ledPin, OUTPUT);
7070

71-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
71+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
7272
#if !CONFIG_ENABLE_CHIPOBLE
7373
// Manually connect to WiFi
7474
WiFi.begin(ssid, password);

0 commit comments

Comments
 (0)