Skip to content

Commit 61de287

Browse files
committed
clangx2
1 parent f206963 commit 61de287

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/statusLED/Wippersnapper_StatusLED.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ void initStatusLED() {
8181
#if defined(ARDUINO_ESP8266_ADAFRUIT_HUZZAH)
8282
analogWrite(STATUS_LED_PIN, 255);
8383
#elif defined(ARDUINO_ARCH_ESP32)
84-
//WsV2._pwmComponent->attach(STATUS_LED_PIN, LEDC_BASE_FREQ, LEDC_TIMER_12_BIT);
85-
//WsV2._pwmComponent->writeDutyCycle(STATUS_LED_PIN, 0); // turn OFF
84+
// WsV2._pwmComponent->attach(STATUS_LED_PIN, LEDC_BASE_FREQ,
85+
// LEDC_TIMER_12_BIT); WsV2._pwmComponent->writeDutyCycle(STATUS_LED_PIN, 0);
86+
// // turn OFF
8687
#elif defined(ARDUINO_RASPBERRY_PI_PICO_W)
8788
digitalWrite(STATUS_LED_PIN, 0);
8889
#else

0 commit comments

Comments
 (0)