Skip to content

Commit

Permalink
fix(example): Codespell fix
Browse files Browse the repository at this point in the history
  • Loading branch information
P-R-O-C-H-Y committed Oct 17, 2024
1 parent dad3cb3 commit c21ff28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/ESP32/examples/AnalogOut/LEDCFade/LEDCFade.ino
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void loop() {
Serial.println("LED fade ended");
fade_ended = false;

// Check what fade shoud be started next
// Check what fade should be started next
if (fade_in) {
ledcFadeWithInterrupt(LED_PIN, LEDC_START_DUTY, LEDC_TARGET_DUTY, LEDC_FADE_TIME, LED_FADE_ISR);
Serial.println("LED Fade in started.");
Expand Down

0 comments on commit c21ff28

Please sign in to comment.