From 4ab21294ce44df84f31b36643f5db742ee95734b Mon Sep 17 00:00:00 2001 From: Gregor Baues Date: Wed, 14 Apr 2021 10:23:32 +0200 Subject: [PATCH] enable eth & wifi at the same time --- defines.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/defines.h b/defines.h index b018c54..961837d 100644 --- a/defines.h +++ b/defines.h @@ -38,9 +38,9 @@ #define ETHERNET_ON false #endif -#if WIFI_ON && ETHERNET_ON - #error Command Station does not support WIFI and ETHERNET at the same time. -#endif +// #if WIFI_ON && ETHERNET_ON +// #error Command Station does not support WIFI and ETHERNET at the same time. +// #endif //////////////////////////////////////////////////////////////////////////////// //