Skip to content

Commit

Permalink
clangx2
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Feb 18, 2025
1 parent f206963 commit 61de287
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/statusLED/Wippersnapper_StatusLED.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ void initStatusLED() {
#if defined(ARDUINO_ESP8266_ADAFRUIT_HUZZAH)
analogWrite(STATUS_LED_PIN, 255);
#elif defined(ARDUINO_ARCH_ESP32)
//WsV2._pwmComponent->attach(STATUS_LED_PIN, LEDC_BASE_FREQ, LEDC_TIMER_12_BIT);
//WsV2._pwmComponent->writeDutyCycle(STATUS_LED_PIN, 0); // turn OFF
// WsV2._pwmComponent->attach(STATUS_LED_PIN, LEDC_BASE_FREQ,
// LEDC_TIMER_12_BIT); WsV2._pwmComponent->writeDutyCycle(STATUS_LED_PIN, 0);
// // turn OFF
#elif defined(ARDUINO_RASPBERRY_PI_PICO_W)
digitalWrite(STATUS_LED_PIN, 0);
#else
Expand Down

0 comments on commit 61de287

Please sign in to comment.