We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17900b commit 3bf8f23Copy full SHA for 3bf8f23
libraries/Matter/examples/MatterOccupancySensor/MatterOccupancySensor.ino
@@ -48,7 +48,6 @@ const uint32_t decommissioningTimeout = 5000; // keep the button pressed for 5s
48
49
void setup() {
50
// 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
52
pinMode(buttonPin, INPUT_PULLUP);
53
54
Serial.begin(115200);
0 commit comments