From dcf4b9ac5324fb2d6abe0eaa451cbf7fe34f371c Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Tue, 6 Jun 2023 06:25:58 -0700 Subject: [PATCH] destructor --- src/NeoPixelBusLg.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/NeoPixelBusLg.h b/src/NeoPixelBusLg.h index f951efb..c27b0f8 100644 --- a/src/NeoPixelBusLg.h +++ b/src/NeoPixelBusLg.h @@ -126,6 +126,10 @@ public: { } + ~NeoPixelBusLg() + { + } + void SetLuminance(uint8_t luminance) { // does NOT affect current pixel data as there is no safe way