Skip to content

Commit 50b6356

Browse files
committed
Removed forgotten log from example
1 parent 1e363b7 commit 50b6356

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: libraries/ESP32/examples/GPIO/BlinkRGB/BlinkRGB.ino

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ void loop() {
2424
#ifdef BOARD_HAS_NEOPIXEL
2525
digitalWrite(LED_BUILTIN, HIGH); // Turn the RGB LED white
2626
delay(1000);
27-
log_w("LED LOW");
2827
digitalWrite(LED_BUILTIN, LOW); // Turn the RGB LED off
2928
delay(1000);
3029

0 commit comments

Comments
 (0)