Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
tueddy committed Jan 5, 2025
1 parent d093c96 commit 841a9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Led.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ void Led_Init(void) {
dimmableStates = gPrefsSettings.getUChar("dimStates", DIMMABLE_STATES);

// get hui start/end from NVS
progressHueStart = gPrefsSettings.getShort("hueStart", PROGRESS_HUE_START);
progressHueEnd = gPrefsSettings.getShort("hueEnd", PROGRESS_HUE_END);
progressHueStart = gPrefsSettings.getShort("hueStart", PROGRESS_HUE_START);
progressHueEnd = gPrefsSettings.getShort("hueEnd", PROGRESS_HUE_END);

// get reverse rotation from NVS
#ifdef NEOPIXEL_REVERSE_ROTATION
Expand Down

0 comments on commit 841a9fa

Please sign in to comment.