mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-10 06:40:58 -08:00
Try to fix memory leak
This commit is contained in:
@@ -66,7 +66,7 @@ void LedInterface::ledOff() {
|
||||
this->setColor(0, 0, 0);
|
||||
}
|
||||
|
||||
void LedInterface::rainbow() {
|
||||
void LedInterface::rainbow() {
|
||||
strip.setPixelColor(0, this->Wheel((0 * 256 / 100 + this->wheel_pos) % 256));
|
||||
strip.show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user