Skip to content

Commit 6fe9d26

Browse files
authored
fix(matter): remove commented lines
1 parent 63c8e83 commit 6fe9d26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

idf_component_examples/esp_matter_light/main/matter_accessory_driver.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,5 @@ app_driver_handle_t light_accessory_init()
9191

9292
const uint8_t pin = WS2812_PIN; // set your board WS2812b pin here
9393
builtinLED.begin(pin);
94-
// builtinLED.setHSV({DEFAULT_HUE, DEFAULT_SATURATION, DEFAULT_BRIGHTNESS});
95-
// builtinLED.write();
9694
return (app_driver_handle_t) &builtinLED;
97-
}
95+
}

0 commit comments

Comments
 (0)