From b62a22e4e644a3efb3a4dbb233a6ae9c5c08f970 Mon Sep 17 00:00:00 2001 From: Troy <5659019+troyhacks@users.noreply.github.com> Date: Sun, 17 Nov 2024 18:26:04 -0500 Subject: [PATCH] Remove unused variable --- wled00/udp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/wled00/udp.cpp b/wled00/udp.cpp index ecd751e9..6dd01a3b 100644 --- a/wled00/udp.cpp +++ b/wled00/udp.cpp @@ -760,7 +760,6 @@ void sendSysInfoUDP() static size_t sequenceNumber = 0; // this needs to be shared across all outputs static const byte ART_NET_HEADER[12] PROGMEM = {0x41,0x72,0x74,0x2d,0x4e,0x65,0x74,0x00,0x00,0x50,0x00,0x0e}; -static uint_fast16_t framenumber = 0; #if defined(ARDUINO_ARCH_ESP32P4) extern "C" {