From 7ebbe8bed254e6570555c1e7bf5d523e031fbf8f Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Mon, 1 Apr 2024 21:02:20 +0200 Subject: [PATCH] ifdef NetworkClientUDP.h as well --- NetworkClientUDP.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NetworkClientUDP.h b/NetworkClientUDP.h index bb23617..e105961 100644 --- a/NetworkClientUDP.h +++ b/NetworkClientUDP.h @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with CommandStation. If not, see . */ +#ifdef Z21_PROTOCOL #include #include @@ -35,3 +36,4 @@ public: static WiFiUDP client; }; +#endif