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);

libraries/Matter/examples/MatterOccupancySensor/MatterOccupancySensor.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
// Matter Occupancy Sensor Endpoint
3838
MatterOccupancySensor OccupancySensor;
3939

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

5959
Serial.begin(115200);
6060

61-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
61+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
6262
#if !CONFIG_ENABLE_CHIPOBLE
6363
// Manually connect to WiFi
6464
WiFi.begin(ssid, password);

libraries/Matter/examples/MatterOnIdentify/MatterOnIdentify.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// Single On/Off Light Endpoint - at least one per node
3636
MatterOnOffLight OnOffLight;
3737

38-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
38+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
3939
#if !CONFIG_ENABLE_CHIPOBLE
4040
// WiFi is manually set and started
4141
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
@@ -94,7 +94,7 @@ void setup() {
9494

9595
Serial.begin(115200);
9696

97-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
97+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
9898
#if !CONFIG_ENABLE_CHIPOBLE
9999
// Manually connect to WiFi
100100
WiFi.begin(ssid, password);

libraries/Matter/examples/MatterOnOffLight/MatterOnOffLight.ino

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

23-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
23+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
2424
#if !CONFIG_ENABLE_CHIPOBLE
2525
// WiFi is manually set and started
2626
const char *ssid = "your-ssid"; // Change this to your WiFi SSID
@@ -74,7 +74,7 @@ void setup() {
7474

7575
Serial.begin(115200);
7676

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

libraries/Matter/examples/MatterOnOffPlugin/MatterOnOffPlugin.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// On/Off Plugin Endpoint
2525
MatterOnOffPlugin OnOffPlugin;
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
@@ -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
// We start by connecting to a WiFi network
7979
Serial.print("Connecting to ");

libraries/Matter/examples/MatterPressureSensor/MatterPressureSensor.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// Matter Pressure Sensor Endpoint
3131
MatterPressureSensor SimulatedPressureSensor;
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/MatterSmartButon/MatterSmartButon.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// Generic Switch Endpoint - works as a smart button with a single click
2424
MatterGenericSwitch SmartButton;
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
@@ -49,7 +49,7 @@ void setup() {
4949
Serial.print("Connecting to ");
5050
Serial.println(ssid);
5151

52-
// CONFIG_ENABLE_CHIPOBLE is enbaled when BLE is used to commission the Matter Network
52+
// CONFIG_ENABLE_CHIPOBLE is enabled when BLE is used to commission the Matter Network
5353
#if !CONFIG_ENABLE_CHIPOBLE
5454
// Manually connect to WiFi
5555
WiFi.begin(ssid, password);

libraries/Matter/examples/MatterTemperatureLight/MatterTemperatureLight.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// Color Temperature CW/WW Light Endpoint
2525
MatterColorTemperatureLight CW_WW_Light;
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
@@ -94,7 +94,7 @@ void setup() {
9494

9595
Serial.begin(115200);
9696

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

libraries/Matter/examples/MatterTemperatureSensor/MatterTemperatureSensor.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// Matter Temperature Sensor Endpoint
3131
MatterTemperatureSensor SimulatedTemperatureSensor;
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/MatterThermostat/MatterThermostat.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// Matter Thermostat Endpoint
3131
MatterThermostat SimulatedThermostat;
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
@@ -68,7 +68,7 @@ void setup() {
6868

6969
Serial.begin(115200);
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);

libraries/Matter/src/MatterEndPoint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class MatterEndPoint {
6464
// This callback is invoked when clients interact with the Identify Cluster of an specific endpoint.
6565
bool endpointIdentifyCB(uint16_t endpoint_id, bool identifyIsEnabled);
6666

67-
// User callaback for the Identify Cluster functionality
67+
// User callback for the Identify Cluster functionality
6868
void onIdentify(EndPointIdentifyCB onEndPointIdentifyCB);
6969

7070
protected:

0 commit comments

Comments
 (0)