inc version (#832)

This commit is contained in:
Michael Miller
2024-09-01 21:12:30 -07:00
committed by GitHub
parent 2360904727
commit 0aa3d11aab
3 changed files with 3 additions and 3 deletions

View File

@@ -180,7 +180,7 @@ void SetupAnimationSet()
//
// we use this progress value to define how we want to animate in this case
// we call RgbColor::LinearBlend which will return a color blended between
// the values given, by the amount passed, hich is also a float value from 0.0-1.0.
// the values given, by the amount passed, which is also a float value from 0.0-1.0.
// then we set the color.
//
// There is no need for the MyAnimationState struct as the compiler takes care

View File

@@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/Makuna/NeoPixelBus"
},
"version": "2.8.0",
"version": "2.8.1",
"frameworks": "arduino",
"platforms": "*",
"dependencies": [

View File

@@ -1,5 +1,5 @@
name=NeoPixelBus by Makuna
version=2.8.0
version=2.8.1
author=Michael C. Miller (makuna@live.com)
maintainer=Michael C. Miller (makuna@live.com)
sentence=A library that makes controlling NeoPixels (WS2812x and many others) and DotStars (SK6812 and many others) easy.