We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e363b7 commit 50b6356Copy full SHA for 50b6356
libraries/ESP32/examples/GPIO/BlinkRGB/BlinkRGB.ino
@@ -24,7 +24,6 @@ void loop() {
24
#ifdef BOARD_HAS_NEOPIXEL
25
digitalWrite(LED_BUILTIN, HIGH); // Turn the RGB LED white
26
delay(1000);
27
- log_w("LED LOW");
28
digitalWrite(LED_BUILTIN, LOW); // Turn the RGB LED off
29
30
0 commit comments