Skip to content

Commit 3bf8f23

Browse files
authored
fix(matter): removed commentary that has no code related
1 parent e17900b commit 3bf8f23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: libraries/Matter/examples/MatterOccupancySensor/MatterOccupancySensor.ino

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ const uint32_t decommissioningTimeout = 5000; // keep the button pressed for 5s
4848

4949
void setup() {
5050
// Initialize the USER BUTTON (Boot button) that will be used to decommission the Matter Node
51-
// The button will also be used to manually toggle the Occupancy Sensor state
5251
pinMode(buttonPin, INPUT_PULLUP);
5352

5453
Serial.begin(115200);

0 commit comments

Comments
 (0)