1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-23 08:06:13 +01:00

enable eth & wifi at the same time

This commit is contained in:
Gregor Baues 2021-04-14 10:23:32 +02:00
parent b8b9b6d354
commit 4ab21294ce

View File

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