1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-02-18 23:16:03 +01:00

ifdef NetworkClientUDP.h as well

This commit is contained in:
Harald Barth 2024-04-01 21:02:20 +02:00
parent bbba53f3d1
commit 7ebbe8bed2

View File

@ -17,6 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with CommandStation. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef Z21_PROTOCOL
#include <WiFi.h>
#include <WiFiClient.h>
@ -35,3 +36,4 @@ public:
static WiFiUDP client;
};
#endif