1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-06-21 06:35:23 +02:00

Merge 62a204b65c7ec2599cf53a285c6207ee11977717 into c55fa9f9d29f29968db96e45c21fef6e6c9c04fc

This commit is contained in:
George 2023-08-29 19:06:45 -07:00 committed by GitHub
commit 117cb8900a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,9 @@ void setup()
#endif // ARDUINO_ARCH_ESP32
#if ETHERNET_ON
#ifdef ETHERNET_CS
Ethernet.init (ETHERNET_CS);
#endif // ETHERNET_CS
EthernetInterface::setup();
#endif // ETHERNET_ON