Added animation for the Wrapping Up state.

This commit is contained in:
Joe Kearney 2025-08-31 18:23:50 -05:00
parent e914558e63
commit c034427c3c
6 changed files with 157 additions and 3 deletions

View file

@ -120,6 +120,10 @@ void NeoPixels_Task(void * pvParameters)
case NEOPIXELS_BLE_NEARBY:
New_Animation = &BLE_Nearby_Animation;
break;
case NEOPIXELS_WRAPPING_UP:
New_Animation = &Wrapping_Up_Animation;
break;
}
if (New_Animation != NULL)