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 //////////////////////////////////////////////////////////////////////////////// //