From c59fa4d39c7607c251c60ef3d755f294f7559e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gjels=C3=B8?= <36234524+gjelsoe@users.noreply.github.com> Date: Thu, 5 Mar 2026 14:37:20 +0100 Subject: [PATCH] Update examples/companion_radio/ui-new/UITask.h Co-authored-by: Wessel --- examples/companion_radio/ui-new/UITask.h | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/companion_radio/ui-new/UITask.h b/examples/companion_radio/ui-new/UITask.h index 5c3c2956..d581ed3d 100644 --- a/examples/companion_radio/ui-new/UITask.h +++ b/examples/companion_radio/ui-new/UITask.h @@ -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;