Update examples/companion_radio/ui-new/UITask.h

Co-authored-by: Wessel <wessel@weebl.me>
This commit is contained in:
Michael Gjelsø 2026-03-05 14:37:20 +01:00 committed by GitHub
parent 8f3012bdbd
commit c59fa4d39c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,6 @@ class UITask : public AbstractUITask {
#ifdef RADIOMASTER_900_BANDIT
// NeoPixel message notification support
int neopixel_state = 0;
unsigned long next_neopixel_change = 0;
uint8_t neopixel_brightness = 0;
bool neopixel_brightness_increasing = true;